#include "types.h"
#include "gvplugin.h"
#include "gvcjob.h"
Include dependency graph for gvplugin_loadimage.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | gvloadimage_engine_s |
Functions | |
void | gvdevice_fputs (GVJ_t *job, char *s) |
void | gvdevice_printf (GVJ_t *job, const char *format,...) |
void gvdevice_fputs | ( | GVJ_t * | job, | |
char * | s | |||
) |
Definition at line 81 of file gvdevice.c.
void gvdevice_printf | ( | GVJ_t * | job, | |
const char * | format, | |||
... | ||||
) |
Definition at line 93 of file gvdevice.c.