5 lines
52 B
C++
5 lines
52 B
C++
#include "structures.h"
|
|
|
|
void test() {
|
|
vfork();
|
|
}
|
#include "structures.h"
|
|
|
|
void test() {
|
|
vfork();
|
|
}
|