miller/c/cli/quoting.h
2015-10-04 22:56:52 -04:00

9 lines
166 B
C

#ifndef QUOTING_H
#define QUOTING_H
#define QUOTE_ALL 0xb1
#define QUOTE_NONE 0xb2
#define QUOTE_MINIMAL 0xb3
#define QUOTE_NUMERIC 0xb4
#endif // QUOTING_H