Files
2026-04-01 18:44:06 -04:00

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
```