|
|
| version 1.2, 2003/06/17 04:26:46 | version 1.3, 2003/11/09 02:34:02 |
|---|---|
| Line 36 | Line 36 |
| * @(#)local.h 8.3 (Berkeley) 7/3/94 | * @(#)local.h 8.3 (Berkeley) 7/3/94 |
| * | * |
| * $FreeBSD: src/lib/libc/stdio/local.h,v 1.1.1.2.6.1 2001/03/05 11:27:49 obrien Exp $ | * $FreeBSD: src/lib/libc/stdio/local.h,v 1.1.1.2.6.1 2001/03/05 11:27:49 obrien Exp $ |
| * $DragonFly: src/lib/libc/stdio/local.h,v 1.1 2003/06/16 04:33:50 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| #ifndef _MACHINE_STDINT_H_ | |
| #include <machine/stdint.h> /* __size_t */ | |
| #endif | |
| /* | /* |
| * Information local to this implementation of stdio, | * Information local to this implementation of stdio, |
| * in particular, macros and private variables. | * in particular, macros and private variables. |
| Line 55 extern void __sinit __P((void)); | Line 59 extern void __sinit __P((void)); |
| extern void _cleanup __P((void)); | extern void _cleanup __P((void)); |
| extern void (*__cleanup) __P((void)); | extern void (*__cleanup) __P((void)); |
| extern void __smakebuf __P((FILE *)); | extern void __smakebuf __P((FILE *)); |
| extern int __swhatbuf __P((FILE *, size_t *, int *)); | extern int __swhatbuf __P((FILE *, __size_t *, int *)); |
| extern int _fwalk __P((int (*)(FILE *))); | extern int _fwalk __P((int (*)(FILE *))); |
| extern int __swsetup __P((FILE *)); | extern int __swsetup __P((FILE *)); |
| extern int __sflags __P((const char *, int *)); | extern int __sflags __P((const char *, int *)); |