gamgi_io_token.h (gamgi-all-0.17.4x) | : | gamgi_io_token.h (gamgi-all-0.17.5x) | ||
---|---|---|---|---|
skipping to change at line 16 | skipping to change at line 16 | |||
* | * | |||
* Distributed under the terms of the GNU | * Distributed under the terms of the GNU | |||
* General Public License: $GAMGI/LICENSE | * General Public License: $GAMGI/LICENSE | |||
* | * | |||
*/ | */ | |||
/********************** | /********************** | |||
* external functions * | * external functions * | |||
**********************/ | **********************/ | |||
void gamgi_io_token_cut (const char *string, | void gamgi_io_token_cut (const char *string, char *token, int length); | |||
char *token, int length); | ||||
void gamgi_io_token_clean (const char *string, char *token); | void gamgi_io_token_clean (const char *string, char *token); | |||
void gamgi_io_token_lower (const char *token, char *lower); | void gamgi_io_token_lower (const char *token, char *lower); | |||
gamgi_bool gamgi_io_token_size_check (const char *token, int length); | gamgi_bool gamgi_io_token_size_check (const char *token, int length); | |||
gamgi_bool gamgi_io_token_check (const char *string); | gamgi_bool gamgi_io_token_check (const char *string); | |||
gamgi_bool gamgi_io_token_alpha_check (const char *token, | gamgi_bool gamgi_io_token_alpha_check (const char *token, | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 1 lines changed or added |