| MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 1 | #ifndef LPC_STRINGS_H_ |
| 2 | #define LPC_STRINGS_H_ 1 | ||||
| 3 | |||||
| 4 | /* 'where' argument values for trim() */ | ||||
| 5 | |||||
| 6 | #define TRIM_LEFT 0x01 | ||||
| 7 | #define TRIM_RIGHT 0x02 | ||||
| 8 | #define TRIM_BOTH (TRIM_LEFT|TRIM_RIGHT) | ||||
| 9 | |||||
| 10 | #endif /* LPC_STRINGS_H_ */ | ||||