ftp.nice.ch/pub/next/developer/languages/c/gcc.2.7.2.2.I.b.tar.gz#/lib/gcc-lib/i386-next-nextstep3/2.7.2.2.f.2/include/bsd/sys/printf.h

This is printf.h in view mode; [Download] [Up]

/*	@(#)printf.h	1.0	2/2/90		(c) 1990 NeXT	*/

/* 
 * HISTORY
 *  2-Feb-90  Gregg Kellogg (gk) at NeXT
 *	Created.
 *
 */ 

#ifndef _SYS_PRINTF_
#define _SYS_PRINTF_

#import <sys/types.h>
#import <sys/buf.h>
#import <sys/tty.h>
#import <ansi/stdarg.h>

extern const char *panicstr;

int printf(const char *format, ...);
int uprintf(const char *format, ...);
int tprintf(struct tty *tp, const char *format, ...);
int sprintf(char *s, const char *format, ...);
int log(int level, const char *format, ...);
int prf(const char *fmt, va_list ap, int flags, struct tty *ttyp);
void panic_init(void);
void panic(const char *s);
void tablefull(const char *tab);
void harderr(struct buf *bp, const char *cp);
int (putchar)(int c);
void logchar(int c);
#endif




These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.