doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions | Variables
post-callback.c File Reference
#include <stdio.h>
#include <string.h>
#include <curl/curl.h>

Go to the source code of this file.

Classes

struct  WriteThis
 

Functions

size_t read_callback (void *ptr, size_t size, size_t nmemb, void *userp)
 
int main (void)
 

Variables

char data [] ="this is what we post to the silly web server"
 

Function Documentation

int main ( void  )

Definition at line 42 of file post-callback.c.

size_t read_callback ( void ptr,
size_t  size,
size_t  nmemb,
void userp 
)

Definition at line 25 of file post-callback.c.

Variable Documentation

char data[] ="this is what we post to the silly web server"

Definition at line 18 of file post-callback.c.