summaryrefslogtreecommitdiffhomepage
path: root/public/tools/mgmt/src/CommandLine.cc
blob: f3840d01534d26949fe3ac43cb322473949f9d7c (plain)
1
2
3
4
5
#include <libSystem/System.h>

SInt32 _NeMain(SInt32 argc, Char* argv[]) {
  return EXIT_FAILURE;
}