You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Unit/tests/example/some_value.h

10 lines
124 B
C

#ifndef __SOME_VALUE__
#define __SOME_VALUE__
#include <stdio.h>
#include <stdint.h>
int32_t some_number( void );
#endif