summaryrefslogtreecommitdiff
path: root/examples/tools2/tools/prog4/prog4.c
blob: 3b4d087637ed8849c025119bbdfe17b1561d3f69 (plain)
1
2
3
4
5
6
7
8
9
#include <stdio.h>

#include "qux.h"

int main (int argc, char** argv)
{
	printf ("int_size=%d\n", get_int_size ());
	return 0;
}