// bzero(A,B) to memset(A, 0, B) // @@ type T; expression E1,E2; @@ - (T)bzero(E1,E2) + memset(E1, 0,E2)