Fix / Improve with-foreign-pointer-as-string in manual
[cffi.git] / tests / grovel-test.h
blobe9354c6de6793d10dc9753eb2673369cd214e8a5
1 /*
2 * Factitious C header file for testing CFFI-GROVELER
3 */
5 #ifndef _GROVEL_TEST_H
6 #define _GROVEL_TEST_H
8 #define TAGGED_ARRAY_MAX_LENGTH 64
10 struct tagged_array {
11 void *arr[TAGGED_ARRAY_MAX_LENGTH];
12 unsigned int len;
15 #endif // _GROVEL_TEST_H