#include "xsfile.h"#include "xsstring.h"#include <errno.h>#include <unistd.h>#include <sys/ioctl.h>#include <fcntl.h>#include <string.h>#include <sys/param.h>#include <sys/stat.h>#include <stdarg.h>#include <stdlib.h>
Go to the source code of this file.
Functions | |
| static FILE * | openFile (const struct XsString *filename, const struct XsString *mode) |
| Helper for file opening. More... | |