GophHub - kevinboone/epub2txt2/src/defs.h


Raw File

    1	/*============================================================================
    2	  epub2txt v2 
    3	  defs.h 
    4	  Copyright (c)2020 Kevin Boone, GPL v3.0
    5	============================================================================*/
    6	
    7	#pragma once
    8	
    9	#ifndef TRUE
   10	#define TRUE 1
   11	#endif
   12	
   13	#ifndef FALSE
   14	#define FALSE 0
   15	#endif
   16	
   17	#ifndef BOOL
   18	typedef int BOOL;
   19	#endif
   20	
   21	#ifndef BYTE
   22	typedef unsigned char BYTE;
   23	#endif
   24	
   25	

Generated by GNU Enscript 1.6.6, and GophHub 1.3.