repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Change soft-fail to use the config, rather than env
[rbx.git]
/
shotgun
/
external_libs
/
libmquark
/
quark.h
blob
82f54aba966d2f7299cb262a52104be20b12a544
1
#ifndef __MASS_QUARK__
2
#define __MASS_QUARK__
3
#include <stdint.h>
4
typedef
uintptr_t
quark
;
5
6
quark
quark_from_string
(
const char
*
string
);
7
8
quark
quark_from_static_string
(
const char
*
string
);
9
10
const char
*
quark_to_string
(
quark q
);
11
#endif
/* __MASS_QUARK__ */