src/cx/common.h

changeset 890
54565fd74e74
parent 766
e59b76889f00
equal deleted inserted replaced
889:f549fd9fbd8f 890:54565fd74e74
99 #ifndef UCX_TEST_H 99 #ifndef UCX_TEST_H
100 /** 100 /**
101 * Function pointer compatible with fwrite-like functions. 101 * Function pointer compatible with fwrite-like functions.
102 */ 102 */
103 typedef size_t (*cx_write_func)( 103 typedef size_t (*cx_write_func)(
104 void const *, 104 const void *,
105 size_t, 105 size_t,
106 size_t, 106 size_t,
107 void * 107 void *
108 ); 108 );
109 #endif // UCX_TEST_H 109 #endif // UCX_TEST_H

mercurial