Files

9 lines
105 B
Plaintext

void test_unity_functions();
int main(int argc, char** argv)
{
test_unity_functions();
return 0;
}