54 char *
SC68strcat(
char * a,
const char * b,
int l);
104 char *
SC68time_str(
char * buffer,
int track_num,
int seconds);
int SC68strcmp(const char *a, const char *b)
Compare two string (case insensitive).
char * SC68strdup(const char *s)
Duplicate a string.
char * SC68strcatdup(const char *a, const char *b)
Concat two strings in a duplicate buffer.
char * SC68long_time_str(char *buffer, int time)
Convert time (in second) to string.
char * SC68strcat(char *a, const char *b, int l)
Concatenate two strings.
char * SC68time_str(char *buffer, int track_num, int seconds)
Make a track and time infornmation string.