]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/TianoTools/String/String.c
Refine the code for PCD tools.
[mirror_edk2.git] / Tools / Source / TianoTools / String / String.c
index 1f09dab724e9fbd9d0af4952359c991b7914e2d8..78d0a59fca165af5b3caa52f00628a6a54d572d0 100644 (file)
@@ -1,23 +1,31 @@
-/** @file\r
-  Unicode string primatives.\r
+/*++\r
 \r
-  Copyright (c) 2006, Intel Corporation<BR>\r
-  All rights reserved. This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+Copyright (c)  2004-2006 Intel Corporation. All rights reserved\r
+This program and the accompanying materials are licensed and made available\r
+under the terms and conditions of the BSD License which accompanies this\r
+distribution.  The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php\r
 \r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-  Module Name:  String.c\r
 \r
-**/\r
+Module Name:\r
+\r
+  String.c\r
+\r
+Abstract:\r
+\r
+  Unicode and ASCII string primatives.\r
+\r
+--*/\r
 \r
 #include <assert.h>\r
 \r
 #include <Common/UefiBaseTypes.h>\r
 \r
+#include <string.h>\r
+\r
 #include "CommonLib.h"\r
 \r
 /**\r