# | Line 85 | Line 85 | extern size_t strlcpy(char *, const char | |
---|---|---|
85 | extern size_t strlcat(char *, const char *, size_t); | |
86 | #endif | |
87 | ||
88 | – | #ifndef HAVE_SNPRINTF |
89 | – | extern int snprintf(char *, size_t, const char *,...); |
90 | – | #endif |
91 | – | |
92 | – | #ifndef HAVE_VSNPRINTF |
93 | – | extern int vsnprintf(char *, size_t, const char *, va_list); |
94 | – | #endif |
95 | – | |
88 | extern const char *libio_basename(const char *); | |
89 | ||
90 | /* |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |