#include "test.h"
#include "memdebug.h"
Go to the source code of this file.
Functions |
static int | progress_callback (void *clientp, double dltotal, double dlnow, double ultotal, double ulnow) |
int | test (char *URL) |
Variables |
static char | data [] = "this is a short string.\n" |
static size_t | data_size = sizeof(data) / sizeof(char) |
Function Documentation
static int progress_callback |
( |
void * |
clientp, |
|
|
double |
dltotal, |
|
|
double |
dlnow, |
|
|
double |
ultotal, |
|
|
double |
ulnow |
|
) |
| [static] |
Variable Documentation
char data[] = "this is a short string.\n" [static] |