Phasor 3.3.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
nativeerror.h File Reference
#include <print>
#include <iostream>
#include <string>
Include dependency graph for nativeerror.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _phs_nativeerror_console(msg)
#define error(msg)

Macro Definition Documentation

◆ _phs_nativeerror_console

#define _phs_nativeerror_console ( msg)
Value:
std::println(std::cerr, "Error: {}", msg)
#define msg

Definition at line 6 of file nativeerror.h.

◆ error

#define error ( msg)
Value:
#define _phs_nativeerror_console(msg)
Definition nativeerror.h:6

Definition at line 8 of file nativeerror.h.