You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 line
174B

  1. #include "db.hpp"
  2. inline const char * db_file;
  3. signed export_main(int argc, char * * argv) {
  4. return 0;
  5. }
  6. signed import_main(int argc, char * * argv) {
  7. return 0;
  8. }