in continuation from previous post..
Is there a function in C to clear a buffer?
anything at all.
2nd question:
a rough idea: how can we invert a bytestream? or a block of data of any size...
basically, the data has to be sent across the network, and the network data structure requires the bytestream be inverted. SO how to go about doin' that?
