copyright.c

来自「the vxworks system kernel souce packeg.t」· C语言 代码 · 共 27 行

C
27
字号
/* copyright.c - Wind River Systems Copyright Notice *//* Copyright 1984-2002 Wind River Systems, Inc. *//*modification history--------------------01i,09nov01,tpr  updated to '2002.01h,17jan96,kkk  updated to '96.01g,29may94,hdn  updated to '94.01f,08jul93,kdl  updated to '93.01e,26may92,rrr  the tree shuffle01d,12jan92,kdl  updated to '92.01c,04oct91,rrr  passed through the ansification filter                  -changed functions to ansi style		  -changed copyright notice01b,18may91,gae  updated to '91.01a,15apr90,jcf  fixed declaration.  added modification history.*/#include "vxWorks.h"const char copyright_wind_river[] ="Copyright 1984-2002 Wind River Systems, Inc.\n\This program contains confidential information of Wind River Systems, Inc.\n\and disclosure and copying are prohibited.";

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?