Changeset 57358 in vbox for trunk/src/VBox/Runtime/testcase/tstRTAvl.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTAvl.cpp
r56290 r57358 25 25 */ 26 26 27 /******************************************************************************* 28 * Header Files * 29 *******************************************************************************/ 27 28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 30 31 #include <iprt/avl.h> 31 32 … … 39 40 40 41 41 /******************************************************************************* 42 * Structures and Typedefs *43 ******************************************************************************* /42 /********************************************************************************************************************************* 43 * Structures and Typedefs * 44 *********************************************************************************************************************************/ 44 45 typedef struct TRACKER 45 46 { … … 57 58 58 59 59 /******************************************************************************* 60 * Global Variables *61 ******************************************************************************* /60 /********************************************************************************************************************************* 61 * Global Variables * 62 *********************************************************************************************************************************/ 62 63 static RTTEST g_hTest; 63 64 static RTRAND g_hRand;
Note:
See TracChangeset
for help on using the changeset viewer.