Graphviz
2.41.20171026.1811
|
#include <stdio.h>
#include <stdlib.h>
#include "gvc.h"
#include "gvplugin.h"
#include "gvcjob.h"
#include "gvcint.h"
Go to the source code of this file.
Data Structures | |
struct | BA |
Functions | |
void | gv_string_writer_init (GVC_t *gvc) |
void | gv_channel_writer_init (GVC_t *gvc) |
void | gv_writer_reset (GVC_t *gvc) |
void gv_channel_writer_init | ( | GVC_t * | gvc | ) |
Definition at line 53 of file gv_java_init.c.
References GVC_s::write_fn.
void gv_string_writer_init | ( | GVC_t * | gvc | ) |
Definition at line 43 of file gv_java_init.c.
References GVC_s::write_fn.
void gv_writer_reset | ( | GVC_t * | gvc | ) |
Definition at line 58 of file gv_java_init.c.
References NULL, and GVC_s::write_fn.