Newer
Older
access-test / modules / include / filetype.h
Nomura Kei on 30 Nov 2022 292 bytes from svn
/**
 * @file	filetype.h
 * @brief	ファイル種別を扱います。
 * @author	Nomura Kei
 * @copyright 2008  Nomura Kei
 */
#ifndef FILETYPE_H
#define FILETYPE_H

#include <stdbool.h>

char filetype_get(const char* pathname);
bool is_exists(const char* pathname);


#endif	// FILETYPE_H