shquote() from NetBSD's libnbcompat

Ported by Gautam Tirumala
This commit is contained in:
Arun Thomas
2010-07-12 17:32:57 +00:00
parent 4ff8fdba57
commit 652618e458
3 changed files with 185 additions and 0 deletions

View File

@@ -99,6 +99,9 @@ _PROTOTYPE( int getloadavg, (double *, int) );
_PROTOTYPE(int getopt, (int _argc, char * const _argv[], const char *_opts));
extern char *optarg;
extern int optind, opterr, optopt;
_PROTOTYPE(size_t shquote, (const char *arg, char *buf, size_t bufsize));
#endif /* _MINIX */
#endif /* STDLIB_H */