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