AAE-CNAS-Labs/Topic-3-Forking/child_functions.h

13 lines
250 B
C
Raw Permalink Normal View History

2021-03-10 17:42:09 +01:00
//
2021-03-10 22:56:48 +01:00
// Written for Computer Networks and Systems lab classes
2021-03-10 17:42:09 +01:00
// 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