function libtest_testsuite_cleanup

From liblfds.org
Jump to navigation Jump to search

Source Files

└── test_and_benchmark
    └── libtest
        ├── inc
        │   └── libtest
        │       └── libtest_testsuite.h
        └── src
            └── libshared_memory
                └── libtest_testsuite_cleanup.c

Opaque Structures

struct libtest_testsuite_state;

Prototype

void libtest_testsuite_cleanup( struct libtest_testsuite_state *ts );

Parameters

struct libtest_testsuite_state *ts

A pointer to an initialized struct libtest_testsuite_state.

Notes

Cleanups an initialized struct libtest_testsuite_state.

Example

See Also