nshell/src/wren_utils.h
2021-09-12 20:52:59 +02:00

8 lines
155 B
C

#ifndef UNS_WREN_UTILS_H
#define UNS_WREN_UTILS_H
#include <wren.h>
void init_wren_config(WrenConfiguration *config);
#endif // #ifndef UNS_WREN_UTILS_H