This commit is contained in:
Steven 2018-12-15 00:13:13 +01:00 committed by radare
parent bdc454215b
commit 26d1c3db9d

View File

@ -92,7 +92,7 @@ func.calloc.ret=void *
fgetc=func
func.fgetc.args=1
func.fgetc.arg.0=FILE *,steam
func.fgetc.arg.0=FILE *,stream
func.fgetc.ret=int
fgets=func
@ -109,7 +109,7 @@ func.free.ret=void
getc=func
func.getc.args=1
func.getc.arg.0=FILE *,steam
func.getc.arg.0=FILE *,stream
func.getc.ret=int
getchar=func