#ifndef __STORAGE_MANAGER_TEST_H__ #define __STORAGE_MANAGER_TEST_H__ #ifdef __cplusplus extern "C" { #endif void storage_manager_test(void); #ifdef __cplusplus } #endif #endif