comparison: src/cx/common.h
src/cx/common.h
- changeset 934
- a43ed636d1ff
- parent 890
- 54565fd74e74
- child 945
- 84a5fab8a47c
equal
deleted
inserted
replaced
92 |
92 |
93 #include <stdlib.h> |
93 #include <stdlib.h> |
94 #include <stddef.h> |
94 #include <stddef.h> |
95 #include <stdbool.h> |
95 #include <stdbool.h> |
96 #include <stdint.h> |
96 #include <stdint.h> |
97 #include <sys/types.h> |
|
98 |
97 |
99 #ifndef UCX_TEST_H |
98 #ifndef UCX_TEST_H |
100 /** |
99 /** |
101 * Function pointer compatible with fwrite-like functions. |
100 * Function pointer compatible with fwrite-like functions. |
102 */ |
101 */ |