scanf example written

This commit is contained in:
2025-06-17 13:20:20 +03:00
parent dc07b91a12
commit 76f38856ff
3 changed files with 11 additions and 6 deletions

8
c-basic/scanf_example.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef SCANF_EXAMPLE_H
#define SCANF_EXAMPLE_H
#include <stdio.h>
int my_scan();
#endif