MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / write

Function write

test/safe_heap_2.c:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <stdio.h>
2char ch[5];
3void write(int *address) { *address = 0x04030201; }
4int main()
5{
6 write((int*)(ch+1));

Callers 3

mainFunction · 0.70
test_tempfilesFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by 2

mainFunction · 0.56
test_tempfilesFunction · 0.56