7 lines
92 B
C
7 lines
92 B
C
|
#ifndef __PS0_H
|
||
|
#define __PS0_H
|
||
|
|
||
|
int pd5317100(int argc, char* argv[]);
|
||
|
|
||
|
#endif // __PS0_H
|
||
|
|