📄 emissary.h
字号:
/* $Header: /usr/cvsroot/target/h/wrn/wm/util/port/solaris/emissary.h,v 1.1.1.1 2001/11/05 17:47:15 tneale Exp $ *//* * Copyright (C) 1999-2004 Wind River Systems, Inc. * All rights reserved. Provided under license only. * Distribution or other use of this software is only * permitted pursuant to the terms of a license agreement * from Wind River Systems (and is otherwise prohibited). * Refer to that license agreement for terms of use. *//**************************************************************************** * Copyright 1992-1997 Epilogue Technology Corporation. * Copyright 1998 Integrated Systems, Inc. * All rights reserved. ****************************************************************************//* * $Log: emissary.h,v $ * Revision 1.1.1.1 2001/11/05 17:47:15 tneale * Tornado shuffle * * Revision 1.4 2001/01/19 22:23:15 paul * Update copyright. * * Revision 1.3 2000/03/17 00:10:53 meister * Update copyright message * * Revision 1.2 1998/07/29 20:54:47 wes * First cut of the Solaris port. * (DLPI support, termios, minor tweaks to libraries and port header files) * *//* [clearcase]modification history-------------------*/#include <stdlib.h>#include <unistd.h>#include <sys/types.h>#include <sys/file.h>#include <stddef.h>#include <stdio.h>#include <ctype.h>#include <memory.h>#include <malloc.h>#include <string.h>#include <time.h>#include <errno.h>#include <assert.h>#include <limits.h>/* * The following declarations shouldn't be necessary, particularly the ones * that are stdio internal functions, but GCC whines without them. Should * be harmless in any case. */extern char *getenv (const char *);extern int _filbuf (FILE *);extern int _flsbuf (unsigned int, FILE *);extern int fclose (FILE *);extern int fprintf (FILE *, const char *, ...);extern int fputs (const char *, FILE *);extern int fseek (FILE *, long int, int);extern int tolower (int);extern int ungetc (int, FILE *);extern long time (long *);extern size_t fwrite (const void *,size_t,size_t,FILE *);extern void perror (const char *);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -