Sign in
cos
/
third_party
/
kernel
/
9436cdffaf5bc83f41e72dfbd4d9ec885ff7b4f2
/
.
/
tools
/
build
/
feature
/
test-get_current_dir_name.c
blob: 573000f932124b49fa5e6a6f060a326da85e0453 [
file
]
// 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
;
}