sc68fordevelopers  2.2.1
/home/mandrake/rpm/BUILD/sc68-2.2.1/file68/string68.h
Go to the documentation of this file.
00001 
00014 #ifndef _STRING_68_H_
00015 #define _STRING_68_H_
00016 
00017 #ifdef __cplusplus
00018 extern "C" {
00019 #endif
00020 
00037 int SC68strcmp(const char *a, const char *b);
00038 
00054 char * SC68strcat(char * a, const char * b, int l);
00055 
00067 char * SC68strdup(const char * s);
00068 
00083 char * SC68strcatdup(const char * a, const char * b);
00084 
00104 char * SC68time_str(char * buffer, int track_num, int seconds);
00105 
00122 char * SC68long_time_str(char * buffer, int time);
00123 
00124 #ifdef __cplusplus
00125 }
00126 #endif
00127 
00128 #endif /* #ifndef _STRING_68_H_ */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines