|
fc28643c1a
|
Get rid of unneeded function prologues/epilogues
|
2025-06-26 07:23:29 +02:00 |
|
|
45a62dff93
|
Remove fopen mode/open flags table comment in file.asm (was only there for convenience while creating fopen base)
|
2025-06-25 21:40:19 +02:00 |
|
|
1969294f02
|
Use direct value for mode in fopen() instead of pointer -- mode is always 1 char so no need to store mode letters in memory
|
2025-06-25 10:15:21 +02:00 |
|
|
692c96512e
|
Return -22 (EINVAL) in fopen() if incorrect mode was supplied
|
2025-06-25 10:09:23 +02:00 |
|
|
06fef96cf4
|
Fix return value comment for fwrite()
|
2025-06-25 10:03:57 +02:00 |
|
|
c4ce3212e7
|
Assure fwrite() and fclose() only work if FD>=3, exit with -9 (EBADF) otherwise
|
2025-06-25 10:02:59 +02:00 |
|
|
3cbf9e8ce0
|
Fix file.asm return value comments
|
2025-06-25 09:56:40 +02:00 |
|
|
fbea8d0322
|
Adds fopen(), fwrite(), fclose()
|
2025-06-25 09:38:42 +02:00 |
|