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
isl 0.25
[isl.git]
/
isl_list_private.h
blob
006b2871e4c95616b9f58b6ce4d8057e56f78c83
1
#ifndef ISL_LIST_PRIVATE_H
2
#define ISL_LIST_PRIVATE_H
3
4
#include <isl/list.h>
5
6
#define ISL_DECLARE_LIST_FN_PRIVATE(EL) \
7
__isl_keep isl_##EL *isl_##EL##_list_peek( \
8
__isl_keep isl_##EL##_list *list, int index);
9
10
#endif