int sizeof(arr) Return the number of arguments of an array 'arr'. Make sure that the argument to sizeof really is an array! An uninitialized variable is 0, which is not an array! See also: efun/allocate, efun/pointerp, LPC/arrays