mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2025-01-03 21:08: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);
|
||
|
}
|