#include "dfg.h"Go to the source code of this file.
Functions | |
| char * | dfg_to_json (struct dedos_dfg *dfg, int n_stats) |
| void | dfg_to_file (char *filename) |
| int | dfg_to_fd (int fd) |
| int dfg_to_fd | ( | int | fd | ) |
Definition at line 429 of file dfg_writer.c.
| void dfg_to_file | ( | char * | filename | ) |
Definition at line 413 of file dfg_writer.c.
| char* dfg_to_json | ( | struct dedos_dfg * | dfg, |
| int | n_stats | ||
| ) |
Definition at line 362 of file dfg_writer.c.
1.8.6