mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-09 16:39:34 -04:00
5 lines
115 B
C
5 lines
115 B
C
/* prototypes for quote.c */
|
|
|
|
char const *quote_n (int n, char const *name);
|
|
char const *quote (char const *name);
|