7 lines
69 B
C
7 lines
69 B
C
#ifndef PARALLEL_H
|
|
#define PARALLEL_H
|
|
|
|
void parallel_init();
|
|
|
|
#endif
|