Code sync
[external/epson-inkjet-printer-escpr.git] / src / str.h
1
2 #ifndef STR_H
3 #define STR_H
4
5 #ifdef HAVE_CONFIG_H
6 #  include <config.h>
7 #endif
8
9 #include "def.h"
10
11 BEGIN_C
12
13 char * str_clone (char *, size_t);
14 char * str_delete (char *);
15
16 END_C
17
18 #endif /* STR_H */