Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_cunit_Util (0.13 sec)

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

     */
    
    CU_EXPORT size_t CU_number_width(int number);
    /**< 
     *  Calculates the number of places required to display 
     *  number in decimal.
     */
    
    #ifdef CUNIT_BUILD_TESTS
    void test_cunit_Util(void);
    #endif
    
    #ifdef __cplusplus
    }
    #endif
    
    #ifdef USE_DEPRECATED_CUNIT_NAMES
    #define CUNIT_MAX_STRING_LENGTH	1024
    /**< Maximum string length. */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 5.8K bytes
    - Viewed (0)
Back to top