diff options
Diffstat (limited to 'src/mds-kbdc/builtin-functions.h')
-rw-r--r-- | src/mds-kbdc/builtin-functions.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mds-kbdc/builtin-functions.h b/src/mds-kbdc/builtin-functions.h index ebe3935..5c78f0e 100644 --- a/src/mds-kbdc/builtin-functions.h +++ b/src/mds-kbdc/builtin-functions.h @@ -38,6 +38,10 @@ int builtin_function_defined(const char* restrict name, size_t arg_count) __attr /** * Invoke a builtin function * + * The function will abort if an non-builtin function is addressed + * + * Before invoking set/3 or get/2, please check the arguments + * * @param name The name of the function * @param arg_count The number of arguments to pass to the function * @param args The arguments to pass |