dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
wsti_so.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
517b77e
)
Remove not used libraries and macros.
author
Rafał Długołęcki
<rafal@dlugolecki.net.pl>
Fri, 20 Jun 2014 18:15:57 +0000
(20:15 +0200)
committer
Rafał Długołęcki
<rafal@dlugolecki.net.pl>
Fri, 20 Jun 2014 18:15:57 +0000
(20:15 +0200)
src/process3.c
patch
|
blob
|
history
diff --git
a/src/process3.c
b/src/process3.c
index f06a381014d060f61d11baafe896d8d911b75282..b2fe61c977e1865ae0941dee874396c81061e9af 100644
(file)
--- a/
src/process3.c
+++ b/
src/process3.c
@@
-1,13
+1,8
@@
#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
/* open/read/write/close */
#include <fcntl.h>
-/** If buffer is too small to hold entire string, it is incremented by this value */
-#define BUFFER_STEP 16
-
/**
* Program grabs data (calculated number of characters) from process2 and prints
* grabbed data to the standard output.