rust-interop/c/example.h
2024-08-19 13:52:05 +03:00

9 lines
123 B
C

#ifndef EXAMPLE_H
#define EXAMPLE_H
#include <stdio.h>
int add(int a, int b);
void print_message();
#endif // EXAMPLE_H