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