repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
minix
/
lib
/
libminc
/
_snprintf.c
blob
fa1a86f177b853e2f481c214439aedf2fd4f34b6
1
#include <sys/cdefs.h>
2
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"
6
7
#if defined(__weak_alias)
8
__weak_alias
(
_snprintf
,
snprintf
)
9
#endif