1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-05 04:25:05 +02:00
Files
coreutils/lib/quote.h
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);