ld: implement an actual program loader
This commit is contained in:
8
sys/ld/hash.h
Normal file
8
sys/ld/hash.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef HASH_H_
|
||||
#define HASH_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern uint64_t hash_string(const char *s);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user