diff options
| author | Jakob Kaivo <jkk@ung.org> | 2020-08-16 16:31:15 -0400 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2020-08-16 16:31:15 -0400 |
| commit | 24a60ffba1893a3506a6ed15fd4b26479d966cf3 (patch) | |
| tree | 5b3ead7c1110b58b6c32829c48cff79cc346121a /src/stropts/struct_strpeek.c | |
| parent | 1c9b7df133f4130f7db4038d0b034418c5867ac1 (diff) | |
rename non-compiled files to *.h
Diffstat (limited to 'src/stropts/struct_strpeek.c')
| -rw-r--r-- | src/stropts/struct_strpeek.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/stropts/struct_strpeek.c b/src/stropts/struct_strpeek.c deleted file mode 100644 index 75f1c1e9..00000000 --- a/src/stropts/struct_strpeek.c +++ /dev/null @@ -1,11 +0,0 @@ -#include <stropts.h> - -struct strpeek { - int maxlen; - int len; - char *buf; -}; - -/* -XOPEN(400) -*/ |
