AAE-CNAS-Labs/Topic-2/child_functions.h
2021-03-10 17:42:09 +01:00

13 lines
248 B
C

//
// Wrote for Computer Networks and Systems lab classes
// AUTHOR : Sergiusz Warga
#ifndef AAE_CNAS_LABS_CHILD_FUNCTIONS_H
#define AAE_CNAS_LABS_CHILD_FUNCTIONS_H
#include <stdio.h>
void child_task();
#endif //AAE_CNAS_LABS_CHILD_FUNCTIONS_H