Subversion Repositories MLServ

Rev

Rev 1 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

/* $Id: main.c 3 2024-09-24 15:50:24Z nishi $ */

#include <stdlib.h>

#include <cm_string.h>

int main() { char* query = cm_strdup(getenv("QUERY_STRING")); }