rpsdk-mix-c-rs-zig/inc/clib.h

9 lines
69 B
C

#ifndef CLIB_H_
#define CLIB_H_
void print_my_int(int x);
#endif