mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-10 06:03:31 +02: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);
|