Files
cmake/Tests/XCTest/StaticLibExample/StaticLibExample.c
T

7 lines
65 B
C

#include "StaticLibExample.h"
int FourtyFour()
{
return 44;
}