src/cx/buffer.h

changeset 537
16219eba3a0a
parent 531
1b8624c8448e
child 539
9cd98da9ee17
equal deleted inserted replaced
536:cb9b9739055e 537:16219eba3a0a
282 * 282 *
283 * @param ptr a pointer to the memory area containing the bytes to be written 283 * @param ptr a pointer to the memory area containing the bytes to be written
284 * @param size the length of one element 284 * @param size the length of one element
285 * @param nitems the element count 285 * @param nitems the element count
286 * @param buffer the CxBuffer to write to 286 * @param buffer the CxBuffer to write to
287 * @return the total count of bytes written 287 * @return the total count of elements written
288 */ 288 */
289 __attribute__((__nonnull__)) 289 __attribute__((__nonnull__))
290 size_t cxBufferWrite( 290 size_t cxBufferWrite(
291 void const *ptr, 291 void const *ptr,
292 size_t size, 292 size_t size,

mercurial