#include <limits.h>
#include <stddef.h>
#include <stdio.h>
#include <setjmp.h>
#include <time.h>
Go to the source code of this file.
|
#define | PNG_CONST const /* backward compatibility only */ |
|
#define | PNG_USE_READ_MACROS |
|
#define | PNGARG(arglist) arglist |
|
#define | PNGCAPI |
|
#define | PNGCBAPI PNGCAPI |
|
#define | PNGAPI PNGCAPI |
|
#define | PNG_IMPEXP |
|
#define | PNG_FUNCTION(type, name, args, attributes) attributes type name args |
|
#define | PNG_EXPORT_TYPE(type) PNG_IMPEXP type |
|
#define | PNG_EXPORTA(ordinal, type, name, args, attributes) |
|
#define | PNG_EMPTY /*empty list*/ |
|
#define | PNG_EXPORT(ordinal, type, name, args) PNG_EXPORTA(ordinal, type, name, args, PNG_EMPTY) |
|
#define | PNG_REMOVED(ordinal, type, name, args, attributes) |
|
#define | PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args) |
|
#define | PNG_PEDANTIC_WARNINGS_SUPPORTED |
|
#define | PNG_DEPRECATED /* Use of this function is deprecated */ |
|
#define | PNG_USE_RESULT /* The result of this function must be checked */ |
|
#define | PNG_NORETURN /* This function does not return */ |
|
#define | PNG_ALLOCATED /* The result of the function is new memory */ |
|
#define | PNG_PRIVATE /* This is a private libpng function */ |
|
#define | PNG_RESTRICT /* The C99 "restrict" feature */ |
|
#define | PNG_FP_EXPORT(ordinal, type, name, args) |
|
#define | PNG_FIXED_EXPORT(ordinal, type, name, args) |
|
#define PNG_CONST const /* backward compatibility only */ |
#define PNG_USE_READ_MACROS |
#define PNGARG |
( |
|
arglist | ) |
arglist |
#define PNG_FUNCTION |
( |
|
type, |
|
|
|
name, |
|
|
|
args, |
|
|
|
attributes |
|
) |
| attributes type name args |
#define PNG_EXPORTA |
( |
|
ordinal, |
|
|
|
type, |
|
|
|
name, |
|
|
|
args, |
|
|
|
attributes |
|
) |
| |
Value: extern attributes)
#define PNGARG(arglist)
Definition: pngconf.h:116
#define PNGAPI
Definition: pngconf.h:283
#define PNG_EXPORT_TYPE(type)
Definition: pngconf.h:313
string name
Definition: cubesat2obj.cpp:6
#define PNG_FUNCTION(type, name, args, attributes)
Definition: pngconf.h:309
#define PNG_EMPTY /*empty list*/ |
#define PNG_REMOVED |
( |
|
ordinal, |
|
|
|
type, |
|
|
|
name, |
|
|
|
args, |
|
|
|
attributes |
|
) |
| |
#define PNG_PEDANTIC_WARNINGS_SUPPORTED |
#define PNG_DEPRECATED /* Use of this function is deprecated */ |
#define PNG_USE_RESULT /* The result of this function must be checked */ |
#define PNG_NORETURN /* This function does not return */ |
#define PNG_ALLOCATED /* The result of the function is new memory */ |
#define PNG_PRIVATE /* This is a private libpng function */ |
#define PNG_RESTRICT /* The C99 "restrict" feature */ |
#define PNG_FP_EXPORT |
( |
|
ordinal, |
|
|
|
type, |
|
|
|
name, |
|
|
|
args |
|
) |
| |
#define PNG_FIXED_EXPORT |
( |
|
ordinal, |
|
|
|
type, |
|
|
|
name, |
|
|
|
args |
|
) |
| |