sleep 5s
let ITER=ITER+1
BYTES=`wc --bytes filename | awk -- {print $1}'`
done
cat filename
--
Lee Brinton | [EMAIL PROTECTED]
PGP public key @ http://www.icubed.com/~6xtippet/pgp-public-key.asc
---
memory of at least the
length of the string pointed to by temp1 plus 1 byte to hold the string
termination character '\0'.
As in:
temp2 = (char*)malloc(strlen(temp1) + 1);
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Lee Brinton | [EMAIL PROTECTED]
2 matches
Mail list logo