Remove old return value comment of reads()
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user