repo.or.cz
/
isl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'maint'
[isl.git]
/
include
/
isl
/
id_type.h
blob
0cb3c1c43b25bc03258013ddaac9ccf6804a9d20
1
#ifndef ISL_ID_TYPE_H
2
#define ISL_ID_TYPE_H
3
4
#include <isl/list.h>
5
6
#if defined(__cplusplus)
7
extern
"C"
{
8
#endif
9
10
struct
__isl_export isl_id
;
11
typedef
struct
isl_id isl_id
;
12
13
ISL_DECLARE_EXPORTED_LIST_TYPE
(
id
)
14
15
struct
__isl_export isl_multi_id
;
16
typedef
struct
isl_multi_id isl_multi_id
;
17
18
#if defined(__cplusplus)
19
}
20
#endif
21
22
#endif