#ifndef SERVER_H #define SERVER_H int server(const char *www_root, int port); #endif