libnsgif
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros
log.h File Reference
#include <stdio.h>

Go to the source code of this file.

Macros

#define LOG(x)   do { fprintf(stderr, x), fputc('\n', stderr); } while (0)
 

Macro Definition Documentation

#define LOG (   x)    do { fprintf(stderr, x), fputc('\n', stderr); } while (0)