repo.or.cz
/
cffi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix / Improve with-foreign-pointer-as-string in manual
[cffi.git]
/
tests
/
grovel-test.h
blob
e9354c6de6793d10dc9753eb2673369cd214e8a5
1
/*
2
* Factitious C header file for testing CFFI-GROVELER
3
*/
4
5
#ifndef _GROVEL_TEST_H
6
#define _GROVEL_TEST_H
7
8
#define TAGGED_ARRAY_MAX_LENGTH 64
9
10
struct
tagged_array
{
11
void
*
arr
[
TAGGED_ARRAY_MAX_LENGTH
];
12
unsigned int
len
;
13
};
14
15
#endif
// _GROVEL_TEST_H