Eneboo - Documentación para desarrolladores
|
#include "qglobal.h"
#include <limits.h>
#include <tchar.h>
#include <io.h>
#include <direct.h>
#include <stdio.h>
#include <fcntl.h>
#include <errno.h>
#include <sys/stat.h>
#include <stdlib.h>
#include <windows.h>
Ir al código fuente de este archivo.
'defines' | |
#define | _POSIX_ |
#define | Q_FS_FAT |
#define | QT_STATBUF struct _stat |
#define | QT_STATBUF4TSTAT struct _stat |
#define | QT_STAT ::_stat |
#define | QT_FSTAT ::_fstat |
#define | QT_STAT_REG _S_IFREG |
#define | QT_STAT_DIR _S_IFDIR |
#define | QT_STAT_MASK _S_IFMT |
#define | QT_FILENO _fileno |
#define | QT_OPEN ::_open |
#define | QT_CLOSE ::_close |
#define | QT_LSEEK ::_lseek |
#define | QT_TSTAT ::_tstat |
#define | QT_READ ::_read |
#define | QT_WRITE ::_write |
#define | QT_ACCESS ::_access |
#define | QT_GETCWD ::_getcwd |
#define | QT_CHDIR ::_chdir |
#define | QT_MKDIR ::_mkdir |
#define | QT_RMDIR ::_rmdir |
#define | QT_OPEN_RDONLY _O_RDONLY |
#define | QT_OPEN_WRONLY _O_WRONLY |
#define | QT_OPEN_RDWR _O_RDWR |
#define | QT_OPEN_CREAT _O_CREAT |
#define | QT_OPEN_TRUNC _O_TRUNC |
#define | QT_OPEN_APPEND _O_APPEND |
#define | QT_SIGNAL_ARGS int |
#define | QT_VSNPRINTF ::_vsnprintf |
#define | QT_SNPRINTF ::_snprintf |
#define | F_OK 0 |
#define | X_OK 1 |
#define | W_OK 2 |
#define | R_OK 4 |
'typedefs' | |
typedef int | mode_t |
#define _POSIX_ |
#define F_OK 0 |
#define Q_FS_FAT |
#define QT_ACCESS ::_access |
#define QT_CHDIR ::_chdir |
#define QT_CLOSE ::_close |
#define QT_FILENO _fileno |
#define QT_FSTAT ::_fstat |
#define QT_GETCWD ::_getcwd |
#define QT_LSEEK ::_lseek |
#define QT_MKDIR ::_mkdir |
#define QT_OPEN ::_open |
#define QT_OPEN_APPEND _O_APPEND |
#define QT_OPEN_CREAT _O_CREAT |
#define QT_OPEN_RDONLY _O_RDONLY |
#define QT_OPEN_RDWR _O_RDWR |
#define QT_OPEN_TRUNC _O_TRUNC |
#define QT_OPEN_WRONLY _O_WRONLY |
#define QT_READ ::_read |
#define QT_RMDIR ::_rmdir |
#define QT_SIGNAL_ARGS int |
#define QT_SNPRINTF ::_snprintf |
#define QT_STAT ::_stat |
#define QT_STAT_DIR _S_IFDIR |
#define QT_STAT_MASK _S_IFMT |
#define QT_STAT_REG _S_IFREG |
#define QT_STATBUF struct _stat |
#define QT_STATBUF4TSTAT struct _stat |
#define QT_TSTAT ::_tstat |
#define QT_VSNPRINTF ::_vsnprintf |
#define QT_WRITE ::_write |
#define R_OK 4 |
#define W_OK 2 |
#define X_OK 1 |