Home |
Download |
Musics |
Developers |
string68.h File Reference
Detailed Description
String header.
- Author:
- Benjamin Gerard <ben@sashipa.com>
- Date:
- 2003/08/11
- Id
- string68.h,v 2.2 2003/10/29 06:50:41 benjihan Exp
Go to the source code of this file.
|
Functions |
int | SC68strcmp (const char *a, const char *b) |
| Compare two string (case insensitive).
|
char * | SC68strcat (char *a, const char *b, int l) |
| Concatenate two strings.
|
char * | SC68strdup (const char *s) |
| Duplicate a string.
|
char * | SC68strcatdup (const char *a, const char *b) |
| Concat two strings in a duplicate buffer.
|
char * | SC68time_str (char *buffer, int track_num, int seconds) |
| Make a track and time information string.
|
char * | SC68long_time_str (char *buffer, int time) |
| Convert time (in second) to string.
|
|