c-course/c-basic/print_example.h

9 lines
98 B
C
Raw Normal View History

2025-06-17 13:10:20 +03:00
#ifndef PRINT_EXAMPLE_H
#define PRINT_EXAMPLE_H
#include <stdio.h>
int print_example();
#endif