stos: ex: Add command line parser
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* Copyright (c) 2026, Chloe M.
|
||||
* Provided under the BSD-3 clause.
|
||||
*
|
||||
* Description: Command line
|
||||
* Author: Chloe M.
|
||||
*/
|
||||
|
||||
#ifndef _EX_CMDLINE_H_
|
||||
#define _EX_CMDLINE_H_ 1
|
||||
|
||||
#include <stdef.h>
|
||||
|
||||
/*
|
||||
* Initialize the command line parser
|
||||
*/
|
||||
VOID ExCmdLineInit(VOID);
|
||||
|
||||
#endif /* !_EX_CMDLINE_H_ */
|
||||
Reference in New Issue
Block a user