failed approach
This commit is contained in:
24
gomspace/libgscsp/include/gs/csp/linux/command_line.h
Normal file
24
gomspace/libgscsp/include/gs/csp/linux/command_line.h
Normal file
@ -0,0 +1,24 @@
|
||||
#ifndef GS_CSP_LINUX_COMMAND_LINE_H
|
||||
#define GS_CSP_LINUX_COMMAND_LINE_H
|
||||
/* Copyright (c) 2013-2018 GomSpace A/S. All rights reserved. */
|
||||
/**
|
||||
@file
|
||||
|
||||
Command line support.
|
||||
*/
|
||||
|
||||
#include <gs/util/linux/argp.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
Command line options.
|
||||
*/
|
||||
extern const struct argp_child gs_csp_command_line_options;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
Reference in New Issue
Block a user