Purple  0.1
Standard Language Specification
formatting.h
Go to the documentation of this file.
1
8#ifndef FORMATTING_H
9#define FORMATTING_H
10
11#define TAB "\t"
12#define NEWLINE "\n"
13
14#endif /* FORMATTING_H */