Freeciv-3.2
Loading...
Searching...
No Matches
Functions
fc_dirent.c File Reference
#include <stdlib.h>
#include "fciconv.h"
#include "fc_dirent.h"

Go to the source code of this file.

Functions

DIRfc_opendir (const char *dir_to_open)
 

Function Documentation

◆ fc_opendir()

DIR * fc_opendir ( const char dir_to_open)

Wrapper function for opendir() with filename conversion to local encoding on Windows.

Definition at line 29 of file fc_dirent.c.

Referenced by fileinfolist(), fileinfolist_infix(), and get_usable_themes_in_directory().