|
WinTer 0.1.1
Windows Terminal Emulator
|
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>
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| Standard C application entry point. | |
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.
| int main | ( | int | argc, |
| char * | argv[] ) |