aboutsummaryrefslogtreecommitdiff
path: root/t/taplib.h
blob: b6753294ceb40a650c168e447cbabe5df9902bed (plain)
1
2
3
4
5
void plan_tests(int n);
void ok(int cmp, char *name);
void is_int(int got, int expect, char *name);
void is_str(char *got, char *expect, char *name);
int exit_status(void);