#ifndef STDDEF_H #define STDDEF_H #define NULL ((void*)0) typedef unsigned long size_t; #endif