318 B
318 B
transpile.h
Include Guard
#ifndef TRANSPILE_H
# define TRANSPILE_H
# include <stdint.h>
# include <stdio.h>
# include "map.h"
Functions
transpile
int8_t
transpile(FILE *in, FILE *out, const char *ext, t_map *map);
End Guard
#endif