casan/libhello.h
2024-10-15 17:11:28 +02:00

6 lines
67 B
C

#ifndef LIBHELLO_H
#define LIBHELLO_H
void leaky_hello();
#endif