Difference between revisions of "r7.1.1:Struct libtest results state"

From liblfds.org
Jump to navigation Jump to search
m (1 revision imported)
 
(No difference)

Latest revision as of 20:16, 17 February 2017

Source File

└── test_and_benchmark
    └── libtest
        └── inc
            └── libtest
                └── libtest_results.h

Opaque Structure

struct libtest_results_state;

Alignment

No alignment requirements.

Notes

This structure is the main state used by the libtest library to store test results.

See Also