printf example rewritten

This commit is contained in:
2025-06-17 13:10:20 +03:00
parent bde2e44f89
commit dc07b91a12
3 changed files with 22 additions and 8 deletions

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

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