Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
refs/heads/avoid_debugging
/
.
/
tests
/
other
/
lib_hello.c
blob: d7c6d53527b0ef4942cee77183fa861de2b3b462 [
file
] [
log
] [
blame
] [
edit
]
#include
<stdio.h>
#include
<emscripten.h>
EMSCRIPTEN_KEEPALIVE
void
lib_say_hello
()
{
printf
(
"Hello from lib!\n"
);
}