cmake/Tests/XCTest/StaticLibExample/StaticLibExample.c

7 lines
69 B
C
Raw Normal View History

2017-07-20 19:35:53 +02:00
#include "StaticLibExample.h"
2021-09-14 00:13:48 +02:00
int FourtyFour(void)
2017-07-20 19:35:53 +02:00
{
return 44;
}