8 lines
101 B
C
8 lines
101 B
C
|
#ifndef __PS1004_H
|
||
|
#define __PS1004_H
|
||
|
|
||
|
int ps1004100(int argc, char* argv[]);
|
||
|
|
||
|
#endif // __PS1004_H
|
||
|
|