summaryrefslogtreecommitdiffhomepage
path: root/public/tools/mgmt.launch/src/CommandLine.cc
blob: cb4fe5470381478320e53f5f065eaee8d96af2cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* -------------------------------------------

   Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.

   ------------------------------------------- */

#include <libSystem/SystemKit/System.h>

SInt32 _NeMain(SInt32 argc, Char* argv[]) {
  LIBSYS_UNUSED(argc);
  LIBSYS_UNUSED(argv);

  return EXIT_FAILURE;
}