change length or size specifiers in APIs from int to long
add array API (http://cr.yp.to/lib/array.html)
This commit is contained in:
5
array/array_start.c
Normal file
5
array/array_start.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "array.h"
|
||||
|
||||
void* array_start(const array* const x) {
|
||||
return x->p;
|
||||
}
|
||||
Reference in New Issue
Block a user