#include "tool_setup.h"
Go to the source code of this file.
Functions | |
bool | tool_create_output_file (struct OutStruct *outs) |
size_t | tool_write_cb (void *buffer, size_t sz, size_t nmemb, void *userdata) |
bool tool_create_output_file | ( | struct OutStruct * | outs | ) |
Definition at line 35 of file tool_cb_wrt.c.
size_t tool_write_cb | ( | void * | buffer, |
size_t | sz, | ||
size_t | nmemb, | ||
void * | userdata | ||
) |
Definition at line 75 of file tool_cb_wrt.c.