objc
include
Foundation
NXLog.h
Go to the documentation of this file.
1
8
#pragma once
9
#include <
objc/objc.h
>
10
#include <
runtime-sys/sys.h
>
11
34
size_t
NXLog(
id<NXConstantStringProtocol>
format, ...);
sys.h
System management functions.
objc.h
Defines the Objective-C runtime.
id
struct objc_object * id
A pointer to an instance of a class.
Definition:
runtime.h:18