Bash++
Bash++ compiler internal documentation
Functions
helpers.cpp File Reference
#include "helpers.h"
Include dependency graph for helpers.cpp:

Functions

void signal_handler (int signum)
 
int setup_tcp_server (int port)
 
int setup_unix_socket_server (const std::string &path)
 

Function Documentation

◆ setup_tcp_server()

int setup_tcp_server ( int  port)

◆ setup_unix_socket_server()

int setup_unix_socket_server ( const std::string &  path)

◆ signal_handler()

void signal_handler ( int  signum)

Copyright (C) 2025 Andrew S. Rightenburg Bash++: Bash with classes