6 lines
80 B
C
6 lines
80 B
C
#include <libowfat/array.h>
|
|
|
|
void array_trunc(array* x) {
|
|
x->initialized=0;
|
|
}
|