Lines Matching refs:bytes
88 /* copies 'length' bytes from 'src' to 'dest'. (regions may be overlapping) no error checks! */
279 /* Read next 'len' bytes from 'f' into 'bytes'; 'len' returns the
280 number of bytes actually read (may be smaller than requested
281 length if 'bytes' is too small to hold all bytes or at end of file).
282 Remark: 'bytes' is compabtible with any variable of any size. */
283 picoos_uint8 picoos_ReadBytes(picoos_File f, picoos_uint8 bytes[],
293 /* Writes 'len' bytes from 'bytes' onto file 'f'; 'len' returns
294 the number of bytes actually written. */
295 picoos_uint8 picoos_WriteBytes(picoos_File f, const picoos_char bytes[],
333 'pos' bytes from beginning (first byte = byte 0). This
340 /* Returns the length of the file in bytes. */