summaryrefslogtreecommitdiff
path: root/examples/hello_cxx/seven.c
blob: 1e4316a4fcac07f89aa141ab162fc12c60df5f8f (plain)
1
2
3
4
5
6
#include "seven.h"

int seven (void)
{
	return 7;
}