This website works better with JavaScript.
Home
Help
Register
Sign In
mirrors
/
libowfat
mirror of
/home/gitosis/repositories/libowfat.git
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
added buffer_2.c... needed it !
master
Olaf Dreesen
20 years ago
parent
f432739bd6
commit
4c73ceec0c
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
buffer/buffer_2.c
+ 7
- 0
buffer/buffer_2.c
View File
@ -0,0 +1,7 @@
#
include
<unistd.h>
#
include
"buffer.h"
char
buffer_2_space
[
BUFFER_INSIZE
]
;
static
buffer
it
=
BUFFER_INIT
(
write
,
2
,
buffer_2_space
,
sizeof
buffer_2_space
)
;
buffer
*
buffer_2
=
&
it
;
Write
Preview
Loading…
Cancel
Save