C_TP_Forth/show.h
2022-12-08 06:11:40 +01:00

12 lines
211 B
C

#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_