8 lines
73 B
C
Executable File
8 lines
73 B
C
Executable File
|
|
#ifndef STACK_H
|
|
#define STACK_H
|
|
|
|
void stack_bootstrap();
|
|
|
|
#endif
|