summaryrefslogtreecommitdiff
path: root/examples/hello_libdeps/libs/libfooqux/fooqux.c
blob: 27d5225ea268f3a5e2267101e536bf312b72f874 (plain)
1
2
3
4
5
6
7
8
9
#include "fooqux.h"

#include <stdio.h>

void fooqux (void)
{
	foo ();
	puts ("   and qux");
}