Cthulhu  0.2.10
Cthulhu compiler collection
main.c File Reference
#include "config/config.h"
#include "setup/memory.h"
#include "setup/setup.h"
Include dependency graph for main.c:

Go to the source code of this file.

Data Structures

struct  tool_t
 

Enumerations

enum  arg_option_t { eOptionOne = 1 , eOptionTwo = 2 , eOptionThree = 3 }
 
enum  flag_option_t { eFlagOne = (1 << 0) , eFlagTwo = (1 << 1) , eFlagThree = (1 << 2) }
 

Functions

int main (int argc, const char **argv)
 

Enumeration Type Documentation

◆ arg_option_t

Enumerator
eOptionOne 
eOptionTwo 
eOptionThree 

Definition at line 30 of file main.c.

◆ flag_option_t

Enumerator
eFlagOne 
eFlagTwo 
eFlagThree 

Definition at line 51 of file main.c.

Function Documentation

◆ main()

int main ( int  argc,
const char **  argv 
)

Definition at line 103 of file main.c.