Sha256: 88fa37a3c410954d0a316fffab64554eca84f85b6f06e2f85ebc707fa8545971

Contents?: true

Size: 230 Bytes

Versions: 2

Compression:

Stored size: 230 Bytes

Contents

#include <stdio.h>
#include "foo.h"

int real_main(int argc, char ** argv)
{
    printf("Hello world!\n");
    return 0;
}

#ifndef TEST
int main(int argc, char ** argv)
{
    return real_main(argc, argv);
}
#endif

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ceedling-0.29.1 vendor/cmock/examples/make_example/src/main.c
ceedling-0.29.0 vendor/cmock/examples/make_example/src/main.c