mtd: rawnand: brcmnand: fallback to detected ecc-strength, ecc-step-size
[linux/fpc-iii.git] / tools / build / feature / test-get_current_dir_name.c
blobc3c201691b4fb93039324deadc1821d84e8b9cbb
1 // SPDX-License-Identifier: GPL-2.0
2 #define _GNU_SOURCE
3 #include <unistd.h>
4 #include <stdlib.h>
6 int main(void)
8 free(get_current_dir_name());
9 return 0;
11 #undef _GNU_SOURCE