table of contents
array_cate(3) | Library Functions Manual | array_cate(3) |
NAME¶
array_cate - append subset of one array to another arraySYNTAX¶
#include <array.h>void array_cate(array* x,array* y, int64 pos,int64 stop);
array x; array y; int64 pos; int64 stop; array_cate(&x,y,pos,stop);