mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-16 17:57:44 -04:00
* Added CMock as submodule * Makefile added * Removed TEMP from Makefile * Added configuration files and header files * Update Makefile * Test runner working * make clean * Example added with README * Update README.md * Restored +TCP files * Cleared +TCP changes * removed comments from Makefile * Update README.md * Update README.md * Update README.md * Updated Test/Unit-test/readme.md
9 lines
124 B
C
9 lines
124 B
C
#ifndef __SOME_VALUE__
|
|
#define __SOME_VALUE__
|
|
|
|
#include <stdio.h>
|
|
#include <stdint.h>
|
|
|
|
int32_t some_number( void );
|
|
|
|
#endif
|