#ifndef ERROR_H
#define ERROR_H

extern OSERROR *error_outofmemory(char *file,int line);

extern OSERROR error_nullptr;

#endif
