about summary refs log tree commit diff stats
path: root/wrapperhelper/src/parse.h
blob: 8c7d54b3086cb8a2cdf06e0e080f261ae24336d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#ifndef PARSE_H
#define PARSE_H

#include <stdio.h>

#include "lang.h"

void dump_prepare(const char *filename, FILE *file);
void dump_preproc(const char *filename, FILE *file);
file_t *parse_file(const char *filename, FILE *file);

#endif // PARSE_H