MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / String_hashFnv1a

Function String_hashFnv1a

Tools/ToolsBootstrap.c:298–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296} FileSystemContext;
297
298FileSystemContext FileSystem_init(void);
299
300typedef struct {
301 int numRemainingArgs;
302 char* libraryDir;
303 char* toolSourceDir;
304 char* buildDir;
305 char* projectDir;
306 char* toolName;
307 char** remainingArgs;
308} BootloaderArgs;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected