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

Function f

test/core/test_safe_stack.c:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <string.h>
2
3int f(int *b) {
4 int a[64];
5 memset(b, 0, 64 * sizeof(int));
6 return f(a);
7}
8
9int main() {
10 int a[64];

Callers 3

checkAssertsFunction · 0.70
mainFunction · 0.70
mainFunction · 0.70

Calls 1

memsetFunction · 0.85

Tested by

no test coverage detected