Browse Source

TODO: support for non-NULL-terminated (a.k.a sized) strings

rexim 2 years ago
parent
commit
da86503246
1 changed files with 1 additions and 0 deletions
  1. 1 0
      glob.h

+ 1 - 0
glob.h

@@ -26,6 +26,7 @@ const char *glob_result_display(Glob_Result result);
 Glob_Result glob_utf8(const char *pattern, const char *text);
 Glob_Result glob_utf8(const char *pattern, const char *text);
 Glob_Result glob_utf32(const uint32_t *pattern, const uint32_t *text);
 Glob_Result glob_utf32(const uint32_t *pattern, const uint32_t *text);
 // TODO: implement glob_utf16
 // TODO: implement glob_utf16
+// TODO: support for non-NULL-terminated (a.k.a sized) strings
 
 
 #endif // GLOB_H_
 #endif // GLOB_H_