8 lines
59 B
C
8 lines
59 B
C
|
#ifndef _BANK_H
|
||
|
#define _BANK_H
|
||
|
|
||
|
void Bank(void);
|
||
|
|
||
|
#endif
|
||
|
|