mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2025-01-01 03:58:22 +01:00
7 lines
77 B
C
7 lines
77 B
C
#include <stdio.h>
|
|
|
|
void greet(const char* msg)
|
|
{
|
|
printf("%s\n", msg);
|
|
}
|