view include/urweb/urweb.h @ 2022:1a4b2b983889

Change String to avoid Char dependency
author Adam Chlipala <adam@chlipala.net>
date Wed, 11 Jun 2014 08:31:14 -0400
parents a5b08bdfa450
children
line wrap: on
line source
#ifndef URWEB_H
#define URWEB_H

#include "types.h"
#include "urweb_cpp.h"

#endif