src/cx/common.h

changeset 1434
27d71ce751e9
parent 1426
3a89b31f0724
equal deleted inserted replaced
1433:81c301a59b7c 1434:27d71ce751e9
353 * @retval non-zero the multiplication would overflow 353 * @retval non-zero the multiplication would overflow
354 */ 354 */
355 #if __cplusplus 355 #if __cplusplus
356 extern "C" 356 extern "C"
357 #endif 357 #endif
358 cx_attr_export int cx_szmul_impl(size_t a, size_t b, size_t *result); 358 CX_EXPORT int cx_szmul_impl(size_t a, size_t b, size_t *result);
359 #endif // cx_szmul 359 #endif // cx_szmul
360 360
361 #endif // UCX_COMMON_H 361 #endif // UCX_COMMON_H

mercurial