mirror of
https://github.com/tailix/libkernaux.git
synced 2026-08-22 11:04:22 -04:00
Do not use "-nostdinc" option
This commit is contained in:
parent
e3afde92f9
commit
115b6f28c4
13 changed files with 104 additions and 111 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef KERNAUX_INCLUDED_CMDLINE
|
||||
#define KERNAUX_INCLUDED_CMDLINE 1
|
||||
|
||||
#include <kernaux/stdlib.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#define KERNAUX_CMDLINE_ERROR_MSG_SIZE_MAX 256
|
||||
#define KERNAUX_CMDLINE_ERROR_MSG_SLEN_MAX \
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
kernaux_bool kernaux_cmdline_parse(
|
||||
bool kernaux_cmdline_parse(
|
||||
const char *cmdline,
|
||||
char *error_msg,
|
||||
unsigned int *argc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue