NetBSD/sys/lib/libc_sa/salibc.h

15 lines
314 B
C
Raw Normal View History

1994-10-26 08:27:43 +03:00
/* $NetBSD: salibc.h,v 1.2 1994/10/26 05:36:54 cgd Exp $ */
1993-10-16 10:32:22 +03:00
#include <sys/types.h>
/* string functions */
void bcopy __P((const void *, void *, size_t));
void *memset __P((void *, int, size_t));
char *strerror __P((int));
/* misc routines/definitions */
extern int errno;
int printf __P((const char *, ...));