Phasor 2.2.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
clocf.c File Reference
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/select.h>
Include dependency graph for clocf.c:

Go to the source code of this file.

Classes

struct  Language

Macros

#define MAX_LANG   100
#define LINE_LEN   256
#define MAX_CMD   4096

Functions

void print_help (void)
int stdin_has_data (void)
int main (int argc, char *argv[])

Macro Definition Documentation

◆ LINE_LEN

#define LINE_LEN   256

Definition at line 17 of file clocf.c.

◆ MAX_CMD

#define MAX_CMD   4096

Definition at line 18 of file clocf.c.

◆ MAX_LANG

#define MAX_LANG   100

Definition at line 16 of file clocf.c.

Function Documentation

◆ main()

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

Definition at line 62 of file clocf.c.

Here is the call graph for this function:

◆ print_help()

void print_help ( void )

Definition at line 25 of file clocf.c.

Here is the caller graph for this function:

◆ stdin_has_data()

int stdin_has_data ( void )

Definition at line 37 of file clocf.c.

Here is the caller graph for this function: