Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
nnn
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Add license pointer
master
sin
9 anni fa
parent
756b50be27
commit
8c04bea678
3 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
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
Vedi File
@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#define CWD "cwd: "
#define CURSR " > "
#define EMPTY " "
+ 1
- 0
noice.c
Vedi File
@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/wait.h>
+ 1
- 0
util.h
Vedi File
@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#undef strlcat
size_t strlcat(char *, const char *, size_t);
#undef strlcpy
Write
Preview
Loading…
Annulla
Salva