segf-k 1.0
Loading...
Searching...
No Matches
segfk.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include "segfk.h"

Go to the source code of this file.

Functions

void segfk_run (int port)
 Starts the minimal HTTP server.

Function Documentation

◆ segfk_run()

void segfk_run ( int port)

Starts the minimal HTTP server.

Parameters
portThe port to listen on.

Definition at line 9 of file segfk.c.