diff options
Diffstat (limited to 'src/lib/evil')
-rw-r--r-- | src/lib/evil/evil_string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/evil/evil_string.h b/src/lib/evil/evil_string.h index 372a4e4253..6de66e9c50 100644 --- a/src/lib/evil/evil_string.h +++ b/src/lib/evil/evil_string.h @@ -32,6 +32,8 @@ * Conformity: BSD * * Supported OS: Windows XP. + * + * @since 1.13 */ EAPI char *strndup(const char *str, size_t n); |