Crinit -- Configurable Rootfs Init
|
#include <dirent.h>
Go to the source code of this file.
Functions | |
void | crinitFreeScandirList (struct dirent **scanList, int size) |
void | crinitFreeScandirListTestSuccess (void **state) |
void crinitFreeScandirList | ( | struct dirent ** | scanList, |
int | size | ||
) |
Free return pointer(s) from scandir().
Will free everything, scandir() has allocated according to the scandir(3) man page.
void crinitFreeScandirListTestSuccess | ( | void ** | state | ) |
Unit test for crinitFreeScandirList(), successful execution.