legacy/branches/CdrskinZeroTwoFour/libburn/util.h
2006-10-27 20:39:33 +00:00

9 lines
104 B
C

#ifndef __UTIL
#define __UTIL
char *burn_strdup(char *s);
char *burn_strndup(char *s, int n);
#endif