Included view in args.c: It will be useful for parsing envp files for `--env <file>` option, and more string related things.

Fortune for sink's current commit: Blessing − 吉
args
Avril 2 years ago
parent f12c1fffdd
commit 2d040d5584
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -2,6 +2,8 @@
#include <string.h>
#include <stdarg.h>
#include "view.h"
#include "args.h"
#define _PASTE_(x, y) x ## y

@ -8,6 +8,7 @@
#include "comp_features.h"
//#include "view.h"
#include "args.h"
__attribute__((used)) // For loading debug binary symbol

Loading…
Cancel
Save