#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_ALLOCATED   /* The result of the function is new memory */ | 
      
 
 
      
        
          | #define PNG_CONST   const /* backward compatibility only */ | 
      
 
 
      
        
          | #define PNG_DEPRECATED   /* Use of this function is deprecated */ | 
      
 
 
      
        
          | #define PNG_EMPTY   /*empty list*/ | 
      
 
 
      
        
          | #define PNG_EXPORTA | ( |  | ordinal, | 
        
          |  |  |  | type, | 
        
          |  |  |  | name, | 
        
          |  |  |  | args, | 
        
          |  |  |  | attributes | 
        
          |  | ) |  |  | 
      
 
Value:
GLint GLint GLsizei GLint GLenum GLenum type
#define PNG_EXPORT_TYPE(type)
GLuint const GLchar * name
**If you just want to fire and args
#define PNG_FUNCTION(type, name, args, attributes)
 
Definition at line 300 of file pngconf.h.
 
 
      
        
          | #define PNG_NORETURN   /* This function does not return */ | 
      
 
 
      
        
          | #define PNG_PEDANTIC_WARNINGS_SUPPORTED | 
      
 
 
      
        
          | #define PNG_PRIVATE   /* This is a private libpng function */ | 
      
 
 
      
        
          | #define PNG_REMOVED | ( |  | ordinal, | 
        
          |  |  |  | type, | 
        
          |  |  |  | name, | 
        
          |  |  |  | args, | 
        
          |  |  |  | attributes | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | #define PNG_RESTRICT   /* The C99 "restrict" feature */ | 
      
 
 
      
        
          | #define PNG_USE_READ_MACROS | 
      
 
 
      
        
          | #define PNG_USE_RESULT   /* The result of this function must be checked */ | 
      
 
 
      
        
          | #define PNGARG | ( |  | arglist | ) | arglist |