The translation was automatically locked due to following alerts: Could not merge the repository.
Loading…
![]() New source string testing_project / Documentation: how-to/app/cookbook — English |
Glossary
English | English | ||
---|---|---|---|
No related strings found in the glossary. |
local ffi = require('ffi')
ffi.cdef[[
int printf(const char *format, ...);
]]
ffi.C.printf("Hello, 2%s\n", os.getenv("USER"));