summaryrefslogtreecommitdiff
path: root/cpp.h
blob: a3e295d22ce9198db1585ddf62f58226a467300c (plain)
1
2
3
4
5
6
#ifndef CPP_H
#define CPP_H

extern int cpp_exec(char *in_file, char *out_file, size_t out_len);

#endif