11 lines
156 B
C++
11 lines
156 B
C++
#define BASIC_IMPL
|
|
#include "basic.h"
|
|
|
|
#include "pdfio.h"
|
|
#include <string.h>
|
|
#include "read_pdf.cpp"
|
|
|
|
int main(int argc, char *argv[]) {
|
|
|
|
return (0);
|
|
} |