Source to src/od-win32/posixemu.h


Enter a symbol's name here to quickly find it.

/* posixemu prototypes */
#ifndef __POSIXEMU_H__
#define __POSIXEMU_H__
void fname_atow (const char *src, char *dst, int size);
void fname_wtoa (unsigned char *ptr);
int w32fopendel(char *name, char *mode, int delflag);
#endif