Files
c-course/c-basic/myprint.h
2025-08-19 19:39:53 +03:00

7 lines
60 B
C

#ifndef MYPRINT_H
#define MYPRINT_H
int myprint();
#endif