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
some returns :)
master
Olaf Dreesen
20 years ago
parent
3e6480f5f4
commit
07db28f71a
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
buffer/buffer_puts.c
+1
-1
buffer/buffer_putsalign.c
+ 1
- 1
buffer/buffer_puts.c
View File
@ -2,5 +2,5 @@
#
include
"buffer.h"
int
buffer_puts
(
buffer
*
b
,
const
char
*
x
)
{
buffer_put
(
b
,
x
,
str_len
(
x
)
)
;
retur
n
buffer_put
(
b
,
x
,
str_len
(
x
)
)
;
}
+ 1
- 1
buffer/buffer_putsalign.c
View File
@ -2,5 +2,5 @@
#
include
"buffer.h"
int
buffer_puts
(
buffer
*
b
,
const
char
*
x
)
{
buffer_putalign
(
b
,
x
,
str_len
(
x
)
)
;
retur
n
buffer_putalign
(
b
,
x
,
str_len
(
x
)
)
;
}
Write
Preview
Loading…
Cancel
Save