summaryrefslogtreecommitdiff
path: root/FL/fl_string_functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'FL/fl_string_functions.h')
-rw-r--r--FL/fl_string_functions.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/FL/fl_string_functions.h b/FL/fl_string_functions.h
index 16e7a5ada..b88dc4973 100644
--- a/FL/fl_string_functions.h
+++ b/FL/fl_string_functions.h
@@ -28,6 +28,8 @@
extern "C" {
#endif
+#include <stddef.h> // size_t
+
/** \defgroup fl_string String handling functions
String handling functions declared in <FL/fl_string_functions.h>
@{
@@ -35,6 +37,8 @@ extern "C" {
FL_EXPORT char* fl_strdup(const char *s);
+FL_EXPORT size_t fl_strlcpy(char *, const char *, size_t);
+
/** @} */
#ifdef __cplusplus