10 lines
120 B
C
10 lines
120 B
C
#pragma once
|
|
|
|
void help(void);
|
|
void hello(void);
|
|
void hwinfo(void);
|
|
void reboot(void);
|
|
|
|
int // is continue
|
|
shell(void);
|