Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Immanuel
/
nnn
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Add license pointer
master
sin
9 anos atrás
pai
756b50be27
commit
8c04bea678
3 arquivos alterados
com
3 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-0
config.def.h
+1
-0
noice.c
+1
-0
util.h
+ 1
- 0
config.def.h
Ver arquivo
@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#define CWD "cwd: "
#define CURSR " > "
#define EMPTY " "
+ 1
- 0
noice.c
Ver arquivo
@@ -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
Ver arquivo
@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#undef strlcat
size_t strlcat(char *, const char *, size_t);
#undef strlcpy
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar