git » libfiu » master » tree

[master] / preload / posix / build-libccheck.c

1
2
3
4
5
6
7
8
/* Dummy file used at build time to find out libc's soname.
 * It must use something from libc. See the Makefile for details. */

#include <stdio.h>

int use_printf(void) {
	return printf("I'm using libc\n");
}