Initial import
This commit is contained in:
8
libburn/util.h
Normal file
8
libburn/util.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef __UTIL
|
||||
#define __UTIL
|
||||
|
||||
char *burn_strdup(char *s);
|
||||
|
||||
char *burn_strndup(char *s, int n);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user