]> pd.if.org Git - liblfds/blob - libshared_ansi.h
0d91f12dfe33f268457c77a2117acef8e030de63
[liblfds] / libshared_ansi.h
1 /***** defines *****/
2
3 /***** enums *****/
4
5 /***** structs *****/
6
7 /***** public prototypes *****/
8 lfds710_pal_uint_t libshared_ansi_strlen( char const * const string );
9 void libshared_ansi_strcpy( char *destination, char const *source );
10 void libshared_ansi_strcat( char *destination, char const * const source );
11 void libshared_ansi_strcat_number( char *destination, lfds710_pal_uint_t number );
12 void libshared_ansi_strcat_number_with_leading_zeros( char *destination, lfds710_pal_uint_t number, lfds710_pal_uint_t minimum_width );
13 void libshared_ansi_strcat_char( char *destination, char const source );
14