Gentee Programming Language > Documentation > Libraries Download documentation

write

Writing to a file.
 
uint write(
      uint   handle,
      buf   wbuf
)

Parameters

handleFile identifier.
wbufThe buffer from which data will be written.

Return value

If error occurs, function returns 0.

See also

    Function working with files


 Copyright © 2004-2006 Gentee Inc. All rights reserved.