コード例 #1
0
ファイル: glue.c プロジェクト: hharte/c3270
/* Read resources from a file. */
int
read_resource_file(const char *filename, Boolean fatal)
{
    	return read_resource_filex(filename, fatal);
}
コード例 #2
0
ファイル: glue.c プロジェクト: Oxyoptia/x3270
/* Read resources from a file. */
bool
read_resource_file(const char *filename, bool fatal)
{
    return read_resource_filex(filename, fatal);
}