2 * Copyright 2008-2009 Katholieke Universiteit Leuven
4 * Use of this software is governed by the GNU LGPLv2.1 license
6 * Written by Sven Verdoolaege, K.U.Leuven, Departement
7 * Computerwetenschappen, Celestijnenlaan 200A, B-3001 Leuven, Belgium
15 #if defined(__cplusplus)
25 struct isl_name
*isl_name_alloc(struct isl_ctx
*ctx
, const char *name
);
26 struct isl_name
*isl_name_get(struct isl_ctx
*ctx
, const char *name
);
27 struct isl_name
*isl_name_copy(struct isl_ctx
*ctx
, struct isl_name
*name
);
28 void isl_name_free(struct isl_ctx
*ctx
, struct isl_name
*name
);
30 #if defined(__cplusplus)