MySQL 9.1.0
Source Code Documentation
|
#include <cerrno>
#include <cstdio>
#include <cstring>
#include <stdexcept>
#include <string>
Functions | |
int | main (int argc, const char **argv) |
This program takes a text file as input (presumably a JSON schema), and writes a .cc file as output, which contains contents of the input file as an array of chars. More... | |
int main | ( | int | argc, |
const char ** | argv | ||
) |
This program takes a text file as input (presumably a JSON schema), and writes a .cc file as output, which contains contents of the input file as an array of chars.
You can think of it as our own customised version of 'xxd -i' Unix command.