flankershark / ignition

A training project with step by step instructions for demonstrating how to build an instant messaging solution from stratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IGNITION

A training project with step-by-step instructions for demonstrating how to build an instant messaging solution from stratch

int send(const char *from, const char *mesg) {
    /* do something, then */

    return 0;
}

About

A training project with step by step instructions for demonstrating how to build an instant messaging solution from stratch


Languages

Language:C 63.1%Language:Makefile 36.9%