forked from xxq250/Nasal-Interpreter
5 lines
94 B
C++
5 lines
94 B
C++
#include "unix_lib.h"
|
|
|
|
nasal_builtin_table unix_lib_native[] = {
|
|
{nullptr, nullptr}
|
|
}; |