main.cpp 101 B

1234567
  1. #include "iface_debug.h"
  2. int main(int argc, char** argv)
  3. {
  4. return iface_src() + iface_debug();
  5. }