xref: /minix3/minix/lib/libminc/_snprintf.c (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1*433d6423SLionel Sambuc #include <sys/cdefs.h>
2*433d6423SLionel Sambuc 
3*433d6423SLionel Sambuc /* LSC  Import as-is the actual file (and implementation), and also
4*433d6423SLionel Sambuc  * define a weak alias, so that everyone is happy about it.*/
5*433d6423SLionel Sambuc #include "snprintf.c"
6*433d6423SLionel Sambuc 
7*433d6423SLionel Sambuc #if defined(__weak_alias)
8*433d6423SLionel Sambuc __weak_alias(_snprintf, snprintf)
9*433d6423SLionel Sambuc #endif
10