13 lines
250 B
C
13 lines
250 B
C
//
|
|
// Written 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
|