Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CU_get_error_msg (0.11 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/CUError.h

     *  @param error CU_ErrorCode indicating the current error condition.
     *  @see CU_get_error()
     *  @see CU_get_error_msg()
     *  @see CU_ErrorCode
     */
    
    #ifdef __cplusplus
    }
    #endif
    
    #ifdef USE_DEPRECATED_CUNIT_NAMES
    /** Deprecated (version 1). @deprecated Use CU_get_error_msg(). */
    #define get_error() CU_get_error_msg()
    #endif  /* USE_DEPRECATED_CUNIT_NAMES */
    
    #endif  /*  CUNIT_CUERROR_H_SEEN  */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 7.6K bytes
    - Viewed (0)
Back to top