PatchworkOS  3984a1d
A non-POSIX operating system.
Loading...
Searching...
No Matches
builtin.h File Reference
#include <stdbool.h>
#include <stdint.h>
Include dependency graph for builtin.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  builtin_t
 

Functions

bool builtin_exists (const char *name)
 
uint64_t builtin_execute (uint64_t argc, const char **argv)
 

Function Documentation

◆ builtin_exists()

bool builtin_exists ( const char name)

Definition at line 88 of file builtin.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ builtin_execute()

uint64_t builtin_execute ( uint64_t  argc,
const char **  argv 
)

Definition at line 101 of file builtin.c.

Here is the call graph for this function:
Here is the caller graph for this function: