g3/lib/g3-compat/compat-src/other/null.c
2023-05-30 13:51:40 +08:00

8 lines
117 B
C

#include <stdlib.h>
static const char name[] = "g3-compat";
const char *g3_compat_lib_name() {
return name;
}