1 2 3 4 5 6 7 8 9 10
#ifndef QUOTE_H #define QUOTE_H #include "stralloc.h" int quote_need(char *, unsigned int); int quote(stralloc *, stralloc *); int quote2(stralloc *, char *); #endif