7 lines
100 B
C
7 lines
100 B
C
#ifndef TEST_MULTIPROCESSING_H
|
|
#define TEST_MULTIPROCESSING_H
|
|
|
|
void test_multiprocessing();
|
|
|
|
#endif
|