13 lines
248 B
C
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
|