Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 #define _GNU_SOURCE
0003 #include <unistd.h>
0004 #include <stdlib.h>
0005 
0006 int main(void)
0007 {
0008     free(get_current_dir_name());
0009     return 0;
0010 }
0011 #undef _GNU_SOURCE