16 #include "firm_types.h"
const char * get_id_str(ident *id)
Returns a string represented by an ident.
ident * id_unique(const char *tag)
helper function for creating unique idents.
ident * new_id_fmt(char const *fmt,...)
Create an ident from a format string.
ident * new_id_from_str(const char *str)
Store a string and create an ident.
const char ident
Identifier.
ident * new_id_from_chars(const char *str, size_t len)
Store a string and create an ident.