diff options
Diffstat (limited to 'src/mds-kbdc/builtin-functions.h')
-rw-r--r-- | src/mds-kbdc/builtin-functions.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mds-kbdc/builtin-functions.h b/src/mds-kbdc/builtin-functions.h index 5c78f0e..868f47a 100644 --- a/src/mds-kbdc/builtin-functions.h +++ b/src/mds-kbdc/builtin-functions.h @@ -40,7 +40,9 @@ int builtin_function_defined(const char* restrict name, size_t arg_count) __attr * * The function will abort if an non-builtin function is addressed * - * Before invoking set/3 or get/2, please check the arguments + * Before invoking set/3 or get/2, please check the arguments, + * please also check that either all or none of the arguments + * are empty string for any of the other builtin functions * * @param name The name of the function * @param arg_count The number of arguments to pass to the function |