Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_cunit_CUError (0.18 sec)

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

     *
     *  @return The current error action code.
     *  @see CU_set_error_action()
     *  @see CU_set_error()
     *  @see CU_ErrorAction
     */
    
    #ifdef CUNIT_BUILD_TESTS
    void test_cunit_CUError(void);
    #endif
    
    /* Internal function - users should not generally call this function */
    CU_EXPORT void CU_set_error(CU_ErrorCode error);
    /**<
     *  Sets the CUnit framework error code.
    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