NeKernel dev
Loading...
Searching...
No Matches
Foundation.h File Reference

Go to the source code of this file.

Namespaces

namespace  Launch

Macros

#define NELAUNCH_INFO(MSG)
 NeKernel Launch Kit - launch programs from it.
#define NELAUNCH_WARN(MSG)

Typedefs

using Launch::AnyRef = CF::CFRef<VoidPtr>
using Launch::StatusRef = CF::CFRef<SInt32>

Macro Definition Documentation

◆ NELAUNCH_INFO

#define NELAUNCH_INFO ( MSG)
Value:
PrintOut(nullptr, "INFO: [LAUNCH] %s\n", MSG)
IMPORT_C SInt32 PrintOut(_Input IORef desc, const Char *fmt,...)
Definition SystemCalls.cc:152

NeKernel Launch Kit - launch programs from it.

Author
Amlal El Mahrouss

◆ NELAUNCH_WARN

#define NELAUNCH_WARN ( MSG)
Value:
PrintOut(nullptr, "WARN: [LAUNCH] %s\n", MSG)