c-course/c-basic/print_example.h
Mert Gör dc07b91a12
All checks were successful
ci/woodpecker/push/build Pipeline was successful
printf example rewritten
2025-06-17 13:10:20 +03:00

8 lines
98 B
C

#ifndef PRINT_EXAMPLE_H
#define PRINT_EXAMPLE_H
#include <stdio.h>
int print_example();
#endif