libstdf_internal.h File Reference


Detailed Description

All the fun internal details no one needs to know about.

Go to the source code of this file.

Data Structures

struct  __stdf_fops
struct  stdf_file
 The main STDF file structure. More...

Defines

#define __STDF_HOST_BYTE_ORDER   BYTE_ORDER
#define _warn(fmt, args...)   fprintf(stderr, fmt , ## args)
 Helpful debug macros.
#define warn(fmt, args...)   _warn(PACKAGE_STRING ": " fmt "\n" , ## args)
#define warnf(fmt, args...)   warn("%s(): " fmt, __FUNCTION__ , ## args)
#define warnp(fmt, args...)   warn(fmt ": %s" , ## args , strerror(errno))
#define warnfp(fmt, args...)   warnp("%s(): " fmt, __FUNCTION__ , ## args)
#define dumphex(buf, cnt)
#define _stdf_mtrace()
 Misc cruft for debugging fun.
#define _stdf_muntrace()
#define __GNUC_PREREQ(maj, min)   0
 Internal macros for fun ELF tricks.
#define attribute_unused
#define attribute_hidden


Define Documentation

#define dumphex buf,
cnt   ) 
 

Value:

do { \
        size_t i = 0; \
        _warn("dumphex: "); \
        while (i < cnt) \
            _warn("%2.2X ", buf[i++]); \
        _warn("\n"); \
    } while (0)


Generated on Thu Jun 8 14:05:35 2006 for libstdf by  doxygen 1.4.6