|
JASSv2
|
Generate C sourcecode for is() methods for ASCII. More...
#include <time.h>#include <ctype.h>#include <stdio.h>#include <string.h>#include <stdint.h>
Enumerations | |
| enum | character_type { UPPER = 1, LOWER = 2, DIGIT = 4, CONTROL = 8, PUNC = 16, SPACE = 32, HEX = 64, DNA = 128, VOWEL = 256, VOWELY = 512 } |
Functions | |
| void | print_this (long ch) |
| Print out the table entries the given character. More... | |
| int | main (void) |
Variables | |
| const char * | names [] |
Generate C sourcecode for is() methods for ASCII.
| enum character_type |
| int main | ( | void | ) |
< The character currently being examined.
< What is the current truth for this character?
| void print_this | ( | long | ch | ) |
Print out the table entries the given character.
| ch | [in] the characer to print the detals of |
< pointer to the name of the given bit
< used to determine whether or not a '|' should be printed
| const char* names[] |
1.8.13