mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Add an argument parser
This commit is contained in:
15
include/targp.h
Normal file
15
include/targp.h
Normal file
@ -0,0 +1,15 @@
|
||||
#ifndef TinyArgumentParser_H__
|
||||
#define TinyArgumentParser_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
void targp_parse(const char *cmd, char **argv, int *argc);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // !TinyArgumentParser_H__
|
Reference in New Issue
Block a user