#ifndef _MACH_MACH_ERROR_H_
#define _MACH_MACH_ERROR_H_

#include <mach/error.h>

char            *mach_error_string(mach_error_t error_value);

#endif 
