atom.h
Include dependency graph for atom.h:
This graph shows which files directly or indirectly include atom.h:
Defines
-
ATOM_STR(LENSTR, STR)
Typedefs
-
typedef const void *AtomString
Functions
-
void atom_string_to_c(AtomString atom_string, char *buf, size_t bufsize)
-
int atom_are_equals(AtomString a, AtomString b)
-
static inline size_t atom_string_len(AtomString atom_str)
-
static inline const void *atom_string_data(AtomString atom_str)
-
void atom_write_mfa(char *buf, size_t buf_size, AtomString module, AtomString function, unsigned int arity)