Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
utest-file-series-free-scandir-list.h
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
6#ifndef __UTEST_FILE_SERIES_FREE_SCANDIR_LIST_H__
7#define __UTEST_FILE_SERIES_FREE_SCANDIR_LIST_H__
8
9#include <dirent.h>
10
11void crinitFreeScandirList(struct dirent **scanList, int size);
12
16void crinitFreeScandirListTestSuccess(void **state);
17
18#endif /* __UTEST_FILE_SERIES_FREE_SCANDIR_LIST_H__ */
void crinitFreeScandirListTestSuccess(void **state)
Definition case-success.c:41
void crinitFreeScandirList(struct dirent **scanList, int size)
Definition fseries.c:303