struct libtest_results_state

From liblfds.org
Revision as of 20:16, 17 February 2017 by Admin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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