Procházet zdrojové kódy

Add license pointer

master
sin před 9 roky
rodič
revize
8c04bea678
3 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +1
    -0
      config.def.h
  2. +1
    -0
      noice.c
  3. +1
    -0
      util.h

+ 1
- 0
config.def.h Zobrazit soubor

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


+ 1
- 0
noice.c Zobrazit soubor

@@ -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 Zobrazit soubor

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


Načítá se…
Zrušit
Uložit