]> pd.if.org Git - liblfds/blob - liblfds/liblfds7.1.0/test_and_benchmark/libshared/inc/libshared/libshared_ansi.h
Initial import (all versions, including the new 7.1.0)
[liblfds] / liblfds / liblfds7.1.0 / test_and_benchmark / libshared / inc / libshared / 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