C_TP_Forth/show.h

13 lines
211 B
C
Raw Permalink Normal View History

2022-12-08 06:11:40 +01:00
#ifndef SHOW_H_
#define SHOW_H_
#include "state.h"
void point(struct State* state);
void pointS(struct State* state);
void pointQuote(struct State* state);
void crCmd(struct State* state);
#endif // SHOW_H_