j
k
j a
j l
Is there a fast way to zero a large array, e.g. an equivalent to the following C fragment?
int x[100,100]; memset(x, 0, sizeof(x));
Show replies by thread
Steve Loft wrote:
Is there a fast way to zero a large array, e.g. an equivalent to the following C fragment? int x[100,100]; memset(x, 0, sizeof(x)); -- Steve
-- Steve
gpc@gnu.de
Add to favorites Remove from favorites