Sha256: ccea0ba3a14fcc629d0bd97a528a7a46370037eaff7cbf19c0c296583da302fa
Contents?: true
Size: 461 Bytes
Versions: 2
Compression:
Stored size: 461 Bytes
Contents
/* ========================================================================= Ceedling - Test-Centered Build System for C ThrowTheSwitch.org Copyright (c) 2010-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ #ifndef EXAMPLE_FILE_CALL_H #define EXAMPLE_FILE_CALL_H int call_add_numbers(int a, int b); #endif /* EXAMPLE_FILE_CALL_H */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | assets/example_file_call.h |
ceedling-1.0.0 | assets/example_file_call.h |