Sha256: f1f109e12e0347e264b0bd0d5e1a691fd332fca1171f913da3eb6c4e17f725fb

Contents?: true

Size: 140 Bytes

Versions: 21

Compression:

Stored size: 140 Bytes

Contents

#include "a_file.h"
#include "stuff.h"
#include "other_stuff.h"

int a_function(int a, int b, int c)
{
	return subtract( add(a, b), c );
}

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
ceedling-0.0.1 new_project_template/vendor/ceedling/test/system/mocks/source/a_file.c