ソースを参照

Add license pointer

master
sin 9年前
コミット
8c04bea678
3個のファイルの変更3行の追加0行の削除
  1. +1
    -0
      config.def.h
  2. +1
    -0
      noice.c
  3. +1
    -0
      util.h

+ 1
- 0
config.def.h ファイルの表示

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


+ 1
- 0
noice.c ファイルの表示

@@ -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 ファイルの表示

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


読み込み中…
キャンセル
保存