Add license pointer

This commit is contained in:
sin 2015-11-20 14:36:40 +00:00
parent 756b50be27
commit 8c04bea678
3 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#define CWD "cwd: " #define CWD "cwd: "
#define CURSR " > " #define CURSR " > "
#define EMPTY " " #define EMPTY " "

View file

@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/wait.h> #include <sys/wait.h>

1
util.h
View file

@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#undef strlcat #undef strlcat
size_t strlcat(char *, const char *, size_t); size_t strlcat(char *, const char *, size_t);
#undef strlcpy #undef strlcpy