Remove old return value comment of reads()

This commit is contained in:
2025-07-31 11:47:46 +02:00
parent b39f39fb99
commit 93c606541d

View File

@@ -498,7 +498,6 @@ __INTERNAL_fmt:
;----- reads(*inputBuffer[], len) -----; ;----- reads(*inputBuffer[], len) -----;
; Reads from console (stdin), stores input to inputBuffer[] ; Reads from console (stdin), stores input to inputBuffer[]
; ~~Return value: Amount of written characters (+EOS) to inputBuffer[] (so RAX-1 => amount of read characters)~~
; Return value: Amount of read characters ; Return value: Amount of read characters
; Used registers: ; Used registers:
; rax* (ret) ; rax* (ret)