/usr/share/z88dk/lib/stdio_fp.asm is in z88dk-data 1.8.ds1-10.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ; stdio control block - included into _crt0.asm
; when ANSIstdio is defined
defw 0 ;stdin
defb 19
defb 0
defw 0 ;stdout
defb 21
defb 0
defw 0 ;stderr
defb 21
defb 0
defs 7*4 ;remaining 7 streams
|