Crinit -- Configurable Rootfs Init
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 
11 void crinitFreeScandirList(struct dirent **scanList, int size);
12 
16 void 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:268