Go to the source code of this file.
Classes | |
struct | WriteThis |
Functions | |
int | main (void) |
static size_t | read_callback (void *ptr, size_t size, size_t nmemb, void *userp) |
Variables | |
const char | data [] = "this is what we post to the silly web server" |
int main | ( | void | ) |
Definition at line 55 of file post-callback.c.
static size_t read_callback | ( | void * | ptr, |
size_t | size, | ||
size_t | nmemb, | ||
void * | userp | ||
) | [static] |
Definition at line 38 of file post-callback.c.
Definition at line 31 of file post-callback.c.