8 lines
124 B
C
8 lines
124 B
C
#ifndef TEST_TERM_H
|
|
#define TEST_TERM_H
|
|
|
|
#include <tart.h>
|
|
#include <Pickler.h>
|
|
void term_run(struct pickle_shelf*);
|
|
#endif
|