Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CU_VERSION (0.91 sec)

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

     */
    /** @addtogroup Framework
     * @{
     */
    
    #ifndef CUNIT_CUNIT_H_SEEN
    #define CUNIT_CUNIT_H_SEEN
    
    #include <string.h>
    #include <math.h>
    
    /** CUnit version number. */
    #define CU_VERSION "2.1-2"
    
    /*  Max string lengths for names (includes terminating NULL. */
    /** Maximum length of a test name string. */
    #define CU_MAX_TEST_NAME_LENGTH 256
    /** Maximum length of a suite name string. */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 18.6K bytes
    - Viewed (0)
Back to top