6 lines
185 B
C
6 lines
185 B
C
void plan_tests(int n);
|
|
void ok(int cmp, char *name);
|
|
void is_int(int got, int expect, char *name);
|
|
void is_str(const char *got, const char *expect, char *name);
|
|
int exit_status(void);
|