legacy/tags/CdrskinZeroTwoFourPlZeroOne/libburn/util.h

9 lines
104 B
C
Raw Normal View History

2006-11-04 10:02:05 +00:00
#ifndef __UTIL
#define __UTIL
char *burn_strdup(char *s);
char *burn_strndup(char *s, int n);
#endif