Pull to refresh

Comments 2

Заголовочные файлы и define для запуска примера:

#include <stdio.h>
#include <stdlib.h>

#include <mach/mach.h>

#define EXIT_ON_MACH_ERROR(msg, retval) \
        if (kr != KERN_SUCCESS) { mach_error(msg ":" , kr); exit((retval)); }

Самая обычная статья на хабре <3

Sign up to leave a comment.