summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Unit/tests/example/hello_world.h
blob: b9c8334430e171c5ce9766a4b6fcf8481b082f6d (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __HELLO_WORLD__
#define __HELLO_WORLD__

#include <stdio.h>
#include <stdint.h>

int8_t average(int8_t value1, int8_t value2, int8_t value3);
int Print_Hello_world( void );

#endif