libc/newlib/libc/sys/linux/sys/string.h

9 lines
138 B
C

#ifndef _SYS_STRING_H
#define _SYS_STRING_H
#ifndef __STRICT_ANSI__
char *strsignal (int __signo);
#endif
#endif /* _SYS_STRING_H */