project_files/frontlib/util/util.h
changeset 7316 f7b49b2c5d84
parent 7314 6171f0bad318
child 10017 de822cd3df3a
--- a/project_files/frontlib/util/util.h	Wed Jun 27 22:52:19 2012 +0200
+++ b/project_files/frontlib/util/util.h	Thu Jul 05 00:33:24 2012 +0200
@@ -112,6 +112,11 @@
  */
 bool flib_contains_dir_separator(const char *str);
 
+/**
+ * Returns true if str is either NULL or points to a 0-length string
+ */
+bool flib_strempty(const char *str);
+
 int flib_gets(char *str, size_t strlen);
 
 #endif