Organize cmdline util.
This commit is contained in:
@@ -1,8 +1,4 @@
|
|||||||
#include <stdio.h>
|
#include <loader/utils/cmdline.h>
|
||||||
#include <stdlib.h>
|
|
||||||
#include <getopt.h>
|
|
||||||
|
|
||||||
#include "cmdline.h"
|
|
||||||
|
|
||||||
const struct option opts[] =
|
const struct option opts[] =
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <getopt.h>
|
||||||
|
|
||||||
struct cmdline
|
struct cmdline
|
||||||
{
|
{
|
||||||
char *cfgfile;
|
char *cfgfile;
|
||||||
|
|||||||
Reference in New Issue
Block a user