mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-12 00:00:06 +00:00
9 lines
138 B
Plaintext
9 lines
138 B
Plaintext
|
#if !defined ISO && !defined POSIX
|
||
|
type size_t
|
||
|
type ssize_t
|
||
|
|
||
|
function ssize_t strfmon (char*, size_t, const char*, ...)
|
||
|
|
||
|
allow *_t
|
||
|
#endif
|