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

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