OpenJPH
Open-source implementation of JPEG2000 Part-15
|
#include <cstdio>
#include <cstdlib>
Go to the source code of this file.
Functions | |
static int | getc_and_check (FILE *f, const char *filename) |
static void | eat_comments (FILE *f, const char *filename, int &c) noexcept |
int | main (int argc, char *argv[]) |
|
inlinestaticnoexcept |
|
inlinestatic |
Definition at line 7 of file compare_files.cpp.
Referenced by eat_comments().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 33 of file compare_files.cpp.
References eat_comments().