6 lines
88 B
C
6 lines
88 B
C
#include <libowfat/array.h>
|
|
|
|
void* array_start(const array* const x) {
|
|
return x->p;
|
|
}
|