9 lines
189 B
Markdown
9 lines
189 B
Markdown
Code taken from here:
|
|
- https://git.2f30.org/scripts/file/selfboot/isofix.c.html
|
|
- https://git.2f30.org/scripts/file/selfboot/isofix.h.html
|
|
|
|
|
|
### Building
|
|
```
|
|
gcc -O2 isofix.c -o isofix
|
|
``` |