Aaron Ballman 2022-04-20 11:46:35 -04:00
parent 9f075c3d84
commit ef50d817b6
3 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,5 @@
void foo(void);
int main() {
foo();
return 0;

View File

@ -18,6 +18,7 @@ struct _mtx
} mtxi;
};
int bar(int, int);
int foobar(struct _mtx *mutex) {
int r = 1;

View File

@ -5,6 +5,8 @@
static unsigned int g_timeout = 100000;
extern int usleep(unsigned int);
int function_to_call() {
errno = 0;