mirror of
https://github.com/brain-hackers/lab
synced 2026-09-22 07:32:11 +09:00
7 lines
123 B
C
7 lines
123 B
C
#ifndef PSEUDO_PEG_LIB_H
|
|
#define PSEUDO_PEG_LIB_H
|
|
|
|
#include "peg_const.h"
|
|
#include "peg_func.h"
|
|
|
|
#endif // PSEUDO_PEG_LIB_H
|