1
0
Fork 0
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:
Alex Kotov 2020-12-06 15:16:15 +05:00
parent e3afde92f9
commit 115b6f28c4
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
13 changed files with 104 additions and 111 deletions

View file

@ -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,