MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / write_le16

Function write_le16

core/link.c:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68static inline size_t write_le16(uint16_t val, FILE *fd) {
69 uint16_t to_write = to_le16(val);
70 return fwrite(&to_write, sizeof to_write, 1, fd);
71}
72
73int emu_receive_variable(const char *file, const calc_var_t *vars, int count) {
74 static const char header[] = "**TI83F*\x1A\x0A\0Exported via CEmu ";

Callers 1

emu_receive_variableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected