Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
/* $Id: main.c 1 2024-09-07 01:58:02Z nishi $ */
#include <stdlib.h>
#include <cm_string.h>
int main(){
char* query = cm_strdup(getenv("QUERY_STRING"));
}