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.c

7 lines
81 B
C

#include "some_value.h"
int32_t some_number( void )
{
return ( int32_t ) 24;
}