Add builtins.h file missing from last commit

This commit is contained in:
Lassi Kortela 2019-08-14 13:54:50 +03:00
parent 78a04430ce
commit ca8e23c079
1 changed files with 1 additions and 0 deletions

1
c/builtins.h Normal file
View File

@ -0,0 +1 @@
value_t builtin_read_ini_file(value_t *args, uint32_t nargs);