Home Download Musics Developers
API Sources Tools File Format Technicals

string68.h

Go to the documentation of this file.
00001 
00012 #ifndef _STRING_68_H_
00013 #define _STRING_68_H_
00014 
00015 #ifdef __cplusplus
00016 extern "C" {
00017 #endif
00018 
00043 int SC68strcmp(const char *a, const char *b);
00044 
00060 char * SC68strcat(char * a, const char * b, int l);
00061 
00073 char * SC68strdup(const char * s);
00074 
00089 char * SC68strcatdup(const char * a, const char * b);
00090 
00110 char * SC68time_str(char * buffer, int track_num, int seconds);
00111 
00128 char * SC68long_time_str(char * buffer, int time);
00129 
00134 #ifdef __cplusplus
00135 }
00136 #endif
00137 
00138 #endif /* #ifndef _STRING_68_H_ */