Skip to content

Instantly share code, notes, and snippets.

View qingweizhang054's full-sized avatar

Qingwei Zhang qingweizhang054

  • Ontario, Canada
View GitHub Profile
@qingweizhang054
qingweizhang054 / Network.cpp
Created November 6, 2022 03:52 — forked from mkroman/Network.cpp
Uncrustify configuration inspired by Google's C++ styleguide.
#include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <unistd.h>
#include <string.h>
#include <iostream>
#include <stdarg.h>
#include <stdio.h>