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