Ejemplo n.º 1
0
char *_auto_strdup(const char *str, const char *file, int line)
{
	return pool_strdup_file_line(current_pool(), str, file, line);
}
Ejemplo n.º 2
0
char *auto_strdup_file_line(running_machine *machine, const char *str, const char *file, int line)
{
    return pool_strdup_file_line(current_pool(), str, file, line);
}