Armadillo  0.1.1
TheexpandableOS
processes.h
Go to the documentation of this file.
1 
6 #ifndef __PROCESSES_H_
7 #define __PROCESSES_H_
8 
9 void launch();
10 void process_1();
11 void fibonacci();
12 void square_numbers();
13 void triangle_numbers();
14 
15 void delay();
16 
17 #endif