mirror of /home/gitosis/repositories/libowfat.git
7 lines
118 B
C
7 lines
118 B
C
![]() |
#include "str.h"
|
||
|
#include "buffer.h"
|
||
|
|
||
|
int buffer_puts(buffer* b,const char* x) {
|
||
|
buffer_putalign(b,x,str_len(x));
|
||
|
}
|