diff options
Diffstat (limited to 'src/rccstring.h')
-rw-r--r-- | src/rccstring.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/rccstring.h b/src/rccstring.h new file mode 100644 index 0000000..eceab96 --- /dev/null +++ b/src/rccstring.h @@ -0,0 +1,7 @@ +#ifndef _RCC_STRING_H +#define _RCC_STRING_H + +rcc_string rccCreateString(rcc_language_id language_id, const char *buf, int len, int *rlen); +void rccStringFree(rcc_string str); + +#endif /* _RCC_STRING_H */ |