/* * Copyright (c) 2021 HPMicro * * SPDX-License-Identifier: BSD-3-Clause * */ #ifndef FILE_OP_H #define FILE_OP_H #if defined(__cplusplus) extern "C" { #endif /* __cplusplus */ void f_scan(char *path); #if defined(__cplusplus) } #endif /* __cplusplus */ #endif /* FILE_OP_H */