xref: /original-bsd/lib/libcompat/4.3/sobuf.c (revision c3e32dec)
1 /*-
2  * %sccs.include.proprietary.c%
3  */
4 
5 #if defined(LIBC_SCCS) && !defined(lint)
6 static char sccsid[] = "@(#)sobuf.c	8.1 (Berkeley) 06/04/93";
7 #endif /* LIBC_SCCS and not lint */
8 
9 #include <stdio.h>
10 
11 char	_sobuf[BUFSIZ];
12