18.05.2013, 08:31
Quote:
READ: "a couple of them are just to help people who prefer to program as close to C or C++ as possible."
Obviously you've never used C/C++ before. Besides, as I said, that was in error, I made this at 3AM last night. Just finalising the changes now. |
By the way...
pawn Код:
#define chrtolower(%1) \
(((%1) > 0x40 && (%1) <= 0x5A) ? ((%1) | 0x20) : (%1))