#include "mpg123.h"#include <string.h>#include "stdio.h"#include "sys/types.h"Go to the source code of this file.
Functions | |
| void | safe_print (char *name, char *data, size_t size) |
| void | print_v1 (mpg123_id3v1 *v1) |
| void | print_lines (const char *prefix, mpg123_string *inlines) |
| void | print_v2 (mpg123_id3v2 *v2) |
| void | print_raw_v2 (mpg123_id3v2 *v2) |
| int | main (int argc, char **argv) |
Definition in file id3dump.c.
1.5.4