teapot-spreadsheet/src/tpt_choose.h

8 lines
157 B
C

#ifndef TPT_CHOOSE_H
#define TPT_CHOOSE_H
int tpt_choose(const char* prompt, const char* op0, const char *op1,
const char* op2, int deflt);
#endif