Fix return value comment for fwrite()

This commit is contained in:
2025-06-25 10:03:57 +02:00
parent c4ce3212e7
commit 06fef96cf4

View File

@ -101,7 +101,7 @@ fclose:
ret
;----- fwrite(FILE* fp, char* str) -----;
; writes a string to opened file
; return value: 0 on success, below 0 otherwise (neg errno)
; return value: amount of written characters on success, below 0 otherwise (neg errno)
fwrite:
push rbp
mov rbp, rsp