MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / f_flush

Function f_flush

lib/lua/src/liolib.c:744–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742
743
744static int f_flush (lua_State *L) {
745 FILE *f = tofile(L);
746 errno = 0;
747 return luaL_fileresult(L, fflush(f) == 0, NULL);
748}
749
750
751/*

Callers

nothing calls this directly

Calls 2

tofileFunction · 0.85
luaL_fileresultFunction · 0.85

Tested by

no test coverage detected