WinTer 0.1.1
Windows Terminal Emulator
Loading...
Searching...
No Matches
main.c File Reference

Application entry point for the Winter terminal emulator. More...

#include "base/base_macros.h"
#include "pty.h"
#include "base/base_types.h"
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for main.c:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 Standard C application entry point.

Detailed Description

Application entry point for the Winter terminal emulator.

Orchestrates the initialization of core subsystems, manages the application lifecycle, and ensures the graceful teardown of OS resources.

Definition in file main.c.

Function Documentation

◆ main()

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

Standard C application entry point.

Parameters
[in]argcNumber of command-line arguments.
[in]argvArray of command-line argument strings.
Returns
Process exit status (EXIT_SUCCESS or EXIT_FAILURE).

Definition at line 24 of file main.c.

Here is the call graph for this function: