From f1c9b198bba52d19a840efc7a77a9752d711ee57 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 2 Mar 2024 23:49:35 +0100 Subject: Promote fl_strlcpy to --- FL/fl_string_functions.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'FL/fl_string_functions.h') 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 // size_t + /** \defgroup fl_string String handling functions String handling functions declared in @{ @@ -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 -- cgit v1.2.3