MCPcopy Create free account
hub / github.com/SmingHub/Sming / _write_r

Function _write_r

Sming/Libraries/RF24/examples/pingpair_maple/main.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 * non_r versions.
56 */
57extern "C" int _write_r (void*, int file, char * ptr, int len)
58{
59 return _write( file, ptr, len);
60}
61
62__attribute__((constructor)) __attribute__ ((weak)) void premain()
63{

Callers

nothing calls this directly

Calls 1

_writeFunction · 0.85

Tested by

no test coverage detected