#ifndef FS_INIT_H #define FS_INIT_H #pragma once #ifdef __cplusplus extern "C" { #endif void fs_init(void); #ifdef __cplusplus } #endif #endif /* FS_INIT_H */