#ifndef _STDDEF_H_
#define _STDDEF_H_

#define NULL 0

#include <sys/types.h>

extern int errno;

#endif

