diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2014-10-20 07:50:42 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2014-10-20 07:50:42 +0000 |
| commit | bb1f0f3368f3ee2065b0e5ee74e3c45b0116e8a9 (patch) | |
| tree | 943c45eb896e0e99564ad84f27fed4d96cf09aaa /src/runtime/c/gu/str.h | |
| parent | 84bce336fd2acc5b18e0e8792a82b682dacaab37 (diff) | |
get rid of gu/str.(c|h)
Diffstat (limited to 'src/runtime/c/gu/str.h')
| -rw-r--r-- | src/runtime/c/gu/str.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/runtime/c/gu/str.h b/src/runtime/c/gu/str.h deleted file mode 100644 index fcb7acfae..000000000 --- a/src/runtime/c/gu/str.h +++ /dev/null @@ -1,25 +0,0 @@ -#ifndef GU_STR_H_ -#define GU_STR_H_ - -#include <gu/mem.h> -#include <gu/hash.h> - -extern const char gu_empty_str[]; -extern const char* const gu_null_str; - -typedef const char* GuStr; - -char* gu_new_str(size_t size, GuPool* pool); - -char* gu_strdup(const char* str, GuPool* pool); - -bool -gu_str_eq(GuStr s1, GuStr s2); - -extern GuHasher gu_str_hasher[1]; - -char* gu_vasprintf(const char* fmt, va_list args, GuPool* pool); - -char* gu_asprintf(GuPool* pool, const char* fmt, ...); - -#endif // GU_STR_H_ |
