Skip to content

Commit bf3f399

Browse files
authored
kfc.c: add comments
1 parent 147634a commit bf3f399

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

kfc.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* See LICENSE file for license details. */
12
#define _POSIX_C_SOURCE 200809L
23
#include <dirent.h>
34
#include <getopt.h>
@@ -11,7 +12,8 @@
1112

1213
struct dirent *de;
1314

14-
static int i, cval, randf, rflag, lflag, pflag = 0;
15+
static int i, cval, randf,
16+
static int rflag, lflag, pflag = 0; /* argument flags */
1517
static size_t len = BUFF;
1618
static char *line, *sval, *mode, *conf, *evar, *eval, *seq = NULL;
1719
static char sel[BUFF];

0 commit comments

Comments
 (0)