brintos

brintos / linux-shallow public Read only

0
0
Text · 306 B · 69f7d55 Raw
9 lines · c
1// SPDX-License-Identifier: LGPL-2.12// Copyright (C) 2018, 2019 Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com>3//4#ifndef __PERF_GET_CURRENT_DIR_NAME_H5#ifndef HAVE_GET_CURRENT_DIR_NAME6char *get_current_dir_name(void);7#endif // HAVE_GET_CURRENT_DIR_NAME8#endif // __PERF_GET_CURRENT_DIR_NAME_H9