compost/example_site/prelude.c
2025-03-13 11:38:19 -04:00

10 lines
207 B
C

#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
#include <stdarg.h>
#include <math.h>
#include <time.h>
#include <sys/stat.h>
#include <sys/types.h>
#include "kpw_web_utils.h"