NeKernel dev
Loading...
Searching...
No Matches
Foundation.h
Go to the documentation of this file.
1/* ========================================
2
3 Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
4
5 ======================================== */
6
7#pragma once
8
11
14
15#define NELAUNCH_INFO(MSG) PrintOut(nullptr, "INFO: [LAUNCH] %s\n", MSG)
16#define NELAUNCH_WARN(MSG) PrintOut(nullptr, "WARN: [LAUNCH] %s\n", MSG)
17
18namespace Launch {
21} // namespace Launch
Definition Foundation.h:22
Definition Foundation.h:18
CF::CFRef< SInt32 > StatusRef
Definition Foundation.h:20
CF::CFRef< VoidPtr > AnyRef
Definition Foundation.h:19