mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-23 16:08:43 +00:00
7 lines
143 B
C
7 lines
143 B
C
#ifndef EX1_WRAPPER_H
|
|
#define EX1_WRAPPER_H
|
|
#include "ex_ast.h"
|
|
|
|
ex_ast_t* ex1_parse(char* string, int trace_parse);
|
|
|
|
#endif // EX1_WRAPPER_H
|