File: buffer_1.c

package info (click to toggle)
ucspi-tcp 1%3A0.88-3.1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,220 kB
  • ctags: 691
  • sloc: ansic: 5,613; makefile: 773; sh: 153
file content (6 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
#include "readwrite.h"
#include "buffer.h"

char buffer_1_space[BUFFER_OUTSIZE];
static buffer it = BUFFER_INIT(write,1,buffer_1_space,sizeof buffer_1_space);
buffer *buffer_1 = ⁢