Sign in
android-kvm
/
linux
/
6454368a804c4955ccd116236037536f81e5b1f1
/
.
/
tools
/
build
/
feature
/
test-get_current_dir_name.c
blob: 573000f932124b49fa5e6a6f060a326da85e0453 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#define
_GNU_SOURCE
#include
<unistd.h>
#include
<stdlib.h>
int
main
(
void
)
{
free
(
get_current_dir_name
());
return
0
;
}