woj-sandbox/rules/lang.h

7 lines
113 B
C
Raw Normal View History

2022-10-02 14:09:25 +08:00
#ifndef WOJ_SANDBOX_LANG_H
#define WOJ_SANDBOX_LANG_H
void register_lang_c(void);
#endif // WOJ_SANDBOX_LANG_H