mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-30 03:20:36 +00:00
7 lines
114 B
C
7 lines
114 B
C
#include <stdarg.h>
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include <stdlib.h>
|
|
|
|
void rust_function(uint32_t a);
|