ucx/utils.h

changeset 224
f9ba63fc6a80
parent 223
e18884bbad48
child 225
a1a068c2c4ef
equal deleted inserted replaced
223:e18884bbad48 224:f9ba63fc6a80
46 #include "string.h" 46 #include "string.h"
47 #include "allocator.h" 47 #include "allocator.h"
48 #include <inttypes.h> 48 #include <inttypes.h>
49 #include <string.h> 49 #include <string.h>
50 #include <stdarg.h> 50 #include <stdarg.h>
51 51
52 /**
53 * Default buffer size for ucx_stream_copy() and ucx_stream_ncopy().
54 */
52 #define UCX_STREAM_COPY_BUFSIZE 4096 55 #define UCX_STREAM_COPY_BUFSIZE 4096
53 56
54 /** 57 /**
55 * Copies a string. 58 * Copies a string.
56 * @param s the string to copy 59 * @param s the string to copy

mercurial