File: buffer_2.c

package info (click to toggle)
djbdns 1%3A1.05-4%2Blenny1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,584 kB
  • ctags: 1,126
  • sloc: ansic: 9,932; makefile: 1,020; sh: 219
file content (5 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (6)
1
2
3
4
5
#include "buffer.h"

char buffer_2_space[256];
static buffer it = BUFFER_INIT(buffer_unixwrite,2,buffer_2_space,sizeof buffer_2_space);
buffer *buffer_2 = ⁢