init-projects/c/includes/example.h

9 lines
99 B
C
Raw Normal View History

2023-09-19 11:47:05 +02:00
#ifndef PROJECT_EXAMPLE_H
#define PROJECT_EXAMPLE_H 1
#include <stdio.h>
void example();
#endif