r1009: Move the dependencies to newer package names
[cinelerra_cv/mob.git] / cinelerra / test.C
blob759121f11357d1a318e20a9d00c5342d4b254493
1 #include "threadfork.h"
3 #include <stdio.h>
4 #include <stdlib.h>
5 #include <unistd.h>
9 int main()
11         ThreadFork *test;
12         test = new ThreadFork;
13         test->start_command("ls", 0);
14         delete test;