MCPcopy Create free account
hub / github.com/F12FLASH/CTF / stat

Class stat

4.Stackless Stack/public/downloads/stackless_stack.c:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 */
77void setup_environment(void) {
78 struct stat file_stat;
79
80 if (stat(FLAG_FILE, &file_stat) == 0) {
81 return; // Flag file exists

Callers 1

setup_environmentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected