All pastes #2079891 Raw Edit

Miscellany

public c v1 · immutable
#2079891 ·published 2011-09-05 02:55 UTC
rendered paste body
void CONCATENAR(int VEC, int V, int C){	int I;	for(I=0;I<N;I++)		C[I]=VEC[I];	for(;I<L;I++)		C[I]=V[I-N];}