6 lines
85 B
C
6 lines
85 B
C
#include <libowfat/iarray.h>
|
|
|
|
size_t iarray_length(iarray* ia) {
|
|
return ia->len;
|
|
}
|