Phasor 2.2.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
coreutils_main.in.cpp File Reference
#include <cstdint>
#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <fstream>
#include <filesystem>
#include <string>
#include <vector>
#include "@HEADER@"
#include "@CMAKE_SOURCE_DIR@/src/Runtime/Value.hpp"
Include dependency graph for coreutils_main.in.cpp:

Go to the source code of this file.

Functions

void exec (const unsigned char embeddedBytecode[], size_t embeddedBytecodeSize, const char *moduleName, const void *nativeFunctionsVector, const int argc, char **argv)
int main (int argc, char *argv[], char *envp[])

Function Documentation

◆ exec()

void exec ( const unsigned char embeddedBytecode[],
size_t embeddedBytecodeSize,
const char * moduleName,
const void * nativeFunctionsVector,
const int argc,
char ** argv )
Here is the caller graph for this function:

◆ main()

int main ( int argc,
char * argv[],
char * envp[] )

Definition at line 36 of file coreutils_main.in.cpp.

Here is the call graph for this function: