9 lines
98 B
C
9 lines
98 B
C
|
#ifndef PRINT_EXAMPLE_H
|
||
|
#define PRINT_EXAMPLE_H
|
||
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
int print_example();
|
||
|
|
||
|
#endif
|