Gentee Programming Language > Documentation > Libraries | Download documentation |
Reading a file.
uint read( uint handle, buf rbuf, uint size )
handle File identifier. rbuf The buffer where data will be read. Reading is carried out by adding data to the buffer. It means that read data will be added to those already existing in the buffer. size The size of the data being read.
The function returns the size of the read data.
See also![]() |
![]() Copyright © 2004-2006 Gentee Inc. All rights reserved. ![]() |