summaryrefslogtreecommitdiff
path: root/examples/tools/libs/qux/qux.c
blob: 78786dbfb80621c44ccc42be29d3a2a3d10483da (plain)
1
2
3
4
5
6
#include "qux.h"

int get_int_size (void)
{
	return INT_SIZE;
}