mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-20 18:10:07 +00:00
9 lines
166 B
C
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
|