Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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>
2
char ch[5];
3
void write(int *address) { *address = 0x04030201; }
4
int main()
5
{
6
write((int*)(ch+1));
Callers
3
main
Function · 0.70
test_tempfiles
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
2
main
Function · 0.56
test_tempfiles
Function · 0.56