Phasor 3.3.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
system.cpp File Reference
#include "StdLib.hpp"
#include <atomic>
#include <chrono>
#include <thread>
#include <print>
#include <userconsent.h>
#include <phsint.hpp>
#include "core/system.h"
#include <unistd.h>
Include dependency graph for system.cpp:

Go to the source code of this file.

Namespaces

namespace  Phasor
 The Phasor Programming Language and Runtime.

Variables

bool consentAskedCLI {false}
bool consentGrantedCLI {false}
bool consentAskedEnv {false}
bool consentGrantedEnv {false}

Variable Documentation

◆ consentAskedCLI

bool consentAskedCLI {false}

Definition at line 20 of file system.cpp.

◆ consentAskedEnv

bool consentAskedEnv {false}

Definition at line 23 of file system.cpp.

◆ consentGrantedCLI

bool consentGrantedCLI {false}

Definition at line 21 of file system.cpp.

◆ consentGrantedEnv

bool consentGrantedEnv {false}

Definition at line 24 of file system.cpp.