0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-23 02:48:41 +02:00
construct/include/operhash.h

10 lines
220 B
C
Raw Normal View History

#ifndef INCLUDED_operhash_h
#define INCLUDED_operhash_h
void init_operhash(void);
const char *operhash_add(const char *name);
const char *operhash_find(const char *name);
void operhash_delete(const char *name);
#endif