crun-cli v1.4.0
C-based project scaffolding CLI
Loading...
Searching...
No Matches
main.c File Reference

Main source file. More...

#include "../inc/crun.h"
#include <stdlib.h>
#include <string.h>
Include dependency graph for main.c:

Functions

int main (int argc, const char **argv)
 CLI entry point with flag dispatch.

Detailed Description

Main source file.

Author
ZouariOmar (zouar.nosp@m.ioma.nosp@m.r20@g.nosp@m.mail.nosp@m..com)
Version
0.2
Date
2025-11-26

main.c

Function Documentation

◆ main()

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

CLI entry point with flag dispatch.

Parameters
argcArgument count
argvArgument vector
Returns
int EXIT_SUCCESS/EXIT_FAILURE.
Here is the call graph for this function: