Sha256: 7f65a9085c85aa0debdae288c8dfc9b7ca79f32bc0e7f319a8ea3be6cad0a349
Contents?: true
Size: 444 Bytes
Versions: 2
Compression:
Stored size: 444 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 STUBBY_H #define STUBBY_H void shrimpy(void); void shorty(int); int tiny(int a); #endif // STUBBY_H
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | plugins/module_generator/assets/stubby2.h |
ceedling-1.0.0 | plugins/module_generator/assets/stubby2.h |