📄 stdf.h
字号:
/* $Header: /usr/cvsroot/target/src/wrn/wm/demo/snmptalk/stdf.h,v 1.1.1.1 2001/11/05 17:49:13 tneale Exp $ *//* * Copyright (C) 1999-2005 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 1993-1997 Epilogue Technology Corporation. * Copyright 1998 Integrated Systems, Inc. * All rights reserved. ****************************************************************************//* * $Log: stdf.h,v $ * Revision 1.1.1.1 2001/11/05 17:49:13 tneale * Tornado shuffle * * Revision 7.6 2001/01/19 22:24:51 paul * Update copyright. * * Revision 7.5 2000/03/17 00:14:36 meister * Update copyright message * * Revision 7.4 1998/02/25 04:58:08 sra * Update copyrights. * * Revision 7.3 1997/03/20 06:54:01 sra * DFARS-safe copyright text. Zap! * * Revision 7.2 1997/02/25 10:58:16 sra * Update copyright notice, dust under the bed. * * Revision 7.1 1997/01/08 01:58:11 sar * Removed no_pp stuff and updated copyrights * * Revision 7.0 1996/03/18 20:19:20 sar * Updated rev to 7.0 and copyright to 96 * * Revision 6.0 1995/05/31 21:50:28 sra * Release 6.0. * * Revision 5.0 1994/05/16 15:57:40 sar * Updated revision to 5.0 and copyright to include 1994 * * Revision 4.0 1993/06/24 17:14:56 sar * Updated rev to 4.0 and copyright to 93 * * Revision 1.3 1993/05/17 20:36:13 sar * cleaned up some nameing stuff (strncmpi to strnicmp). * * Revision 1.2 1993/03/03 20:03:22 dab * don't undef __(), might need it * * Revision 1.1 1993/02/19 19:29:35 dab * Initial revision * *//* [clearcase]modification history-------------------01a,19apr05,job update copyright notices*/#ifdef NEEDS_STRDUPchar *strdup (char *str);#endif /* NEEDS_STRDUP */#ifdef NEEDS_STRTOLlong strtol (char *string, char **endptr, int radix);#endif /* NEEDS_STRTOL */#ifdef NEEDS_STRTOULunsigned long strtoul (char *string, char **endptr, int radix);#endif /* NEEDS_STRTOUL */#ifdef NEEDS_STRICMPint stricmp (char *s, char *t);#endif /* NEEDS_STRICMP */#ifdef NEEDS_STRNICMPint strnicmp (char *s, char *t, size_t len);#endif /* NEEDS_STRNICMP */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -