Anti-Sway Capstone 1.0
Loading...
Searching...
No Matches
main.c File Reference

Main File. More...

#include <stdlib.h>
#include "thread-lib.h"
#include "system.h"
Include dependency graph for main.c:

Functions

int main (int argc, char **argv)
 

Detailed Description

Main File.

Author
Anti-Sway Team: Nguyen, Tri; Espinola, Malachi; Tevy, Vattanary; Hokenstad, Ethan; Neff, Callen)
Version
0.1
Date
2024-06-03

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Runs the Anti-Sway Capstone Project

Parameters
argcCommand Line Arguments (Quantity)
argvCommand Line Arguments (Contents)
Returns
0 iff success, negative otherwise
Here is the call graph for this function: