Newer
Older
access-test / modules / main / include / test_rename.h
Nomura Kei on 9 Dec 2022 265 bytes UPDATE
/**
 * @file	test_rename.h
 * @brief	rename ใƒ†ใ‚นใƒˆ
 * @author	Nomura Kei
 * @copyright 2008  Nomura Kei
 */
#ifndef TEST_RENAME_H
#define TEST_RENAME_H

#include <stdbool.h>


bool can_rename(const char* oldpath, const char* newpath);


#endif	// TEST_RENAME_H