etc/services - sync with NetBSD-8
[minix.git] / minix / lib / libminc / _snprintf.c
blobfa1a86f177b853e2f481c214439aedf2fd4f34b6
1 #include <sys/cdefs.h>
3 /* LSC Import as-is the actual file (and implementation), and also
4 * define a weak alias, so that everyone is happy about it.*/
5 #include "snprintf.c"
7 #if defined(__weak_alias)
8 __weak_alias(_snprintf, snprintf)
9 #endif