mirror of
https://github.com/0xAX/linux-insides.git
synced 2025-01-02 20:00:56 +00:00
Update linkers.md
This commit is contained in:
parent
aedaaf6d97
commit
4fe66d46e4
@ -38,7 +38,7 @@ The `lib.c` file contains:
|
||||
|
||||
```C
|
||||
int factorial(int base) {
|
||||
int res = 1, i = 1;
|
||||
int res,i = 1;
|
||||
|
||||
if (base == 0) {
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user