7 lines
77 B
C
7 lines
77 B
C
|
#ifndef __DB0_H
|
||
|
#define __DB0_H
|
||
|
|
||
|
int db0100(int argc, char* argv[]);
|
||
|
|
||
|
#endif
|