7 lines
100 B
C
7 lines
100 B
C
|
#ifndef __PS6215_H
|
||
|
#define __PS6215_H
|
||
|
|
||
|
int ps6215100(int argc, char* argv[]);
|
||
|
|
||
|
#endif // __PS6215_H
|