7 lines
60 B
C
7 lines
60 B
C
#ifndef MYPRINT_H
|
|
#define MYPRINT_H
|
|
|
|
int myprint();
|
|
|
|
#endif
|