|
|
#include "mit-copyright.h"
#include "character_class.h"
Go to the source code of this file.
Functions | |
char * | string_to_character_class (string str) |
|
Definition at line 22 of file character_class.c. 00024 { 00025 int i; 00026 00027 (void) memset(cache, 0, sizeof(cache)); 00028 00029 for (i = 0; i < strlen(str); i++) 00030 cache[(int) str[i]] = 1; 00031 00032 return (cache); 00033 }
|
Last updated at Tue Dec 18 21:07:42 PST 2007. | This site and project hosted by... |