init-projects/c/includes/example.h
2023-09-19 11:47:05 +02:00

8 lines
99 B
C

#ifndef PROJECT_EXAMPLE_H
#define PROJECT_EXAMPLE_H 1
#include <stdio.h>
void example();
#endif