Welcome to mirror list, hosted at ThFree Co, Russian Federation.

string.h « sys « linux « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 25489caeaf17f60b4456a14952ab8f78f2fb334e (plain)
1
2
3
4
5
6
7
8
#ifndef _SYS_STRING_H
#define _SYS_STRING_H

#ifndef __STRICT_ANSI__
char    *_EXFUN(strsignal, (int __signo));
#endif

#endif /* _SYS_STRING_H */