nshell/src/uns_wren_utils.h

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