Sha256: 6761b861ffa178b0603bea1a283c55d9d64f3b3957540d14d1f6ec2632478c88
Contents?: true
Size: 644 Bytes
Versions: 2
Compression:
Stored size: 644 Bytes
Contents
/* ========================================================================= Ceedling - Test-Centered Build System for C ThrowTheSwitch.org Copyright (c) 2010-24 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ /* * DISPLAY.h * * Created on: Dec 17, 2010 * Author: mlong */ #ifndef DISPLAY_H_ #define DISPLAY_H_ void DISPLAY_init(); void DISPLAY_clear(); unsigned int DISPLAY_get_line_capacity(); unsigned int DISPLAY_get_line_insert_index(); void DISPLAY_output(char * message); #endif /* DISPLAY_H_ */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | plugins/fff/vendor/fff/examples/embedded_ui/DISPLAY.h |
ceedling-1.0.0 | plugins/fff/vendor/fff/examples/embedded_ui/DISPLAY.h |