Files
gnu-coreutils/lib/quote.h
T
2000-07-15 09:57:38 +00:00

5 lines
115 B
C

/* prototypes for quote.c */
char const *quote_n (int n, char const *name);
char const *quote (char const *name);