MCPcopy Create free account
hub / github.com/albertodemichelis/squirrel / Write

Method Write

sqstdlib/sqstdio.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 return sqstd_fread(buffer,1,size,_handle);
84 }
85 SQInteger Write(void *buffer,SQInteger size) {
86 return sqstd_fwrite(buffer,1,size,_handle);
87 }
88 SQInteger Flush() {
89 return sqstd_fflush(_handle);
90 }

Callers 2

_stream_writeblobFunction · 0.45
_stream_writenFunction · 0.45

Calls 1

sqstd_fwriteFunction · 0.85

Tested by

no test coverage detected