Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
ff4b54f7
Commit
ff4b54f7
authored
Jan 07, 2001
by
Niels Möller
Browse files
* src/argp/argp.h: Added _argp_short_program_name and
__argp_short_program_name. Rev: src/argp/argp.h:1.12
parent
02a4a8b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/argp/argp.h
View file @
ff4b54f7
...
...
@@ -522,6 +522,12 @@ extern void *__argp_input (__const struct argp *__restrict __argp,
extern
char
*
_argp_basename
(
char
*
name
)
__THROW
;
extern
char
*
__argp_basename
(
char
*
name
)
__THROW
;
/* Getting the program name given an argp state */
extern
char
*
_argp_short_program_name
(
const
struct
argp_state
*
state
)
__THROW
;
extern
char
*
__argp_short_program_name
(
const
struct
argp_state
*
state
)
__THROW
;
#ifdef __USE_EXTERN_INLINES
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment