rust-interop/c/example.h

10 lines
123 B
C
Raw Permalink Normal View History

2024-08-19 10:52:05 +00:00
#ifndef EXAMPLE_H
#define EXAMPLE_H
#include <stdio.h>
int add(int a, int b);
void print_message();
#endif // EXAMPLE_H