mirror of
https://github.com/bytedance/g3.git
synced 2026-05-04 14:40:40 +00:00
8 lines
117 B
C
8 lines
117 B
C
|
|
#include <stdlib.h>
|
|
|
|
static const char name[] = "g3-compat";
|
|
|
|
const char *g3_compat_lib_name() {
|
|
return name;
|
|
}
|