repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mtd: rawnand: brcmnand: fallback to detected ecc-strength, ecc-step-size
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-get_current_dir_name.c
blob
c3c201691b4fb93039324deadc1821d84e8b9cbb
1
// SPDX-License-Identifier: GPL-2.0
2
#define _GNU_SOURCE
3
#include <unistd.h>
4
#include <stdlib.h>
5
6
int
main
(
void
)
7
{
8
free
(
get_current_dir_name
());
9
return
0
;
10
}
11
#undef _GNU_SOURCE