main soggy/cotton / src / loom.h
 1#ifndef LOOM_H
 2#define LOOM_H
 3
 4#include "cotton.h"
 5
 6void cotton_compile
 7(Cotton *c, char *line);
 8
 9void cotton_run
10(Cotton *c);
11
12#endif