print example

This commit is contained in:
2025-08-19 19:39:53 +03:00
parent 59bf2ec15f
commit 8585123ed1
3 changed files with 22 additions and 2 deletions

6
c-basic/myprint.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef MYPRINT_H
#define MYPRINT_H
int myprint();
#endif