mac.h File Reference
#include <locale.h>
#include <Errors.h>
#include <Files.h>
#include <errno.h>
#include <stat.h>
Go to the source code of this file.
Define Documentation
Definition at line 38 of file mac.h.
Definition at line 39 of file mac.h.
Typedef Documentation
Function Documentation
| MagickExport void closedir |
( |
DIR * |
|
) |
|
| MagickExport int Exit |
( |
int |
|
) |
|
| MagickExport void MACErrorHandler |
( |
const |
ExceptionType, |
|
|
const char * |
, |
|
|
const char * |
| |
|
) |
| | |
| MagickExport int MACSystemCommand |
( |
const char * |
|
) |
|
| MagickExport void MACWarningHandler |
( |
const |
ExceptionType, |
|
|
const char * |
, |
|
|
const char * |
| |
|
) |
| | |
| MagickExport DIR* opendir |
( |
const char * |
|
) |
|
| MagickExport void ProcessPendingEvents |
( |
const char * |
|
) |
|
| MagickExport struct dirent* readdir |
( |
DIR * |
|
) |
[read] |
| MagickExport void seekdir |
( |
DIR * |
, |
|
|
long |
| |
|
) |
| | |
| MagickExport void SetApplicationType |
( |
const char * |
, |
|
|
const char * |
, |
|
|
OSType |
| |
|
) |
| | |
| MagickExport long telldir |
( |
DIR * |
|
) |
|