This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add license pointer
master
sin
9 years ago
parent
756b50be27
commit
8c04bea678
3 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
config.def.h
+1
-0
noice.c
+1
-0
util.h
+ 1
- 0
config.def.h
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 " "
+ 1
- 0
noice.c
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
- 0
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
Write
Preview
Loading…
Cancel
Save