* introduced NULL
[fw/sdcc] / device / examples / ds390 / ow390 / thermo21.h
index 34ce63c67a141ad2203aa7525b1fefeaefd12d46..fb48aa0c93ddfebd5120cb648db1cf2cc80d33b2 100644 (file)
 //  thermo.h - Include file for Thermochron demo.
 //
 //  Version: 2.00
-//    
+//
 //    History:
-//           1.03 -> 2.00  Reorganization of Public Domain Kit 
+//           1.03 -> 2.00  Reorganization of Public Domain Kit
 
 #ifndef THERMO_TYPES
 
 #define THERMO_TYPES
 
 // hacks for sdcc->TINI
-#define NULL ((void*)0)
 #define FILE void
 #define stdin ((void *)0)
 #define stdout ((void *)0)