/*************************************************************** __MPU_STRERROR.H This file contains MATH ERROR messages operation functions & data declarations. PART OF : MPU - library . USAGE : Internal only . NOTE : Include "libmpu.h" before this FILE . Copyright (C) 2000 - 2024 by Andrew V.Kosteltsev. All Rights Reserved. ***************************************************************/ #ifndef __MPU_STRERROR_H #define __MPU_STRERROR_H #ifdef __cplusplus extern "C" { #endif extern __mpu_utf8_t * __mpu_utf8mpu_error ( int who, __mpu_error_t errnum ); #ifdef __cplusplus } /* ... extern "C" */ #endif #endif /* __MPU_STRERROR_H */