Skip to content
Snippets Groups Projects
libfoo.c 138 B
Newer Older
jdh8d's avatar
jdh8d committed
#include <math.h>
#include <stdio.h>
#include <stdint.h>

int bar()
{
	printf("in bar\n");
}
int foo()
{
	printf("in foo\n");
	foo2();
}