Go to the source code of this file.
void ccladd |
( |
int |
cclp, |
|
|
int |
ch |
|
) |
| |
Definition at line 47 of file ccl.c.
49 int ind, len, newpos,
i;
56 for ( i = 0; i < len; ++
i )
57 if (
ccltbl[ind + i] == ch )
#define reallocate_character_array(array, size)
#define MAX_CCL_TBL_SIZE_INCREMENT
int current_max_ccl_tbl_size
Definition at line 83 of file ccl.c.
#define MAX_CCLS_INCREMENT
#define reallocate_integer_array(array, size)
void cclnegate |
( |
int |
cclp | ) |
|
void list_character_set |
( |
FILE * |
file, |
|
|
int |
cset[] |
|
) |
| |
Definition at line 140 of file ccl.c.
147 for ( i = 0; i <
csize; ++
i )
157 while ( ++i < csize && cset[i] )
160 if ( i - 1 > start_char )
char * readable_form(int c)