browserutilities/cxmllibrary/dictionary/dict_creator.c
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    18 * Language:     C
    18 * Language:     C
    19 * Subsystem:    N/A
    19 * Subsystem:    N/A
    20 * RCS:          $Id$
    20 * RCS:          $Id$
    21 *
    21 *
    22 */
    22 */
    23 
       
    24 
       
    25 /* ****************************************************************
       
    26 **          Copyright 2000 - Nokia Corporation  All rights reserved.
       
    27 **          Nokia Americas
       
    28 **          6000 Connection Drive
       
    29 **          Irving, Texas 75039
       
    30 **
       
    31 **          Restricted Rights: Use, duplication, or disclosure by the
       
    32 **          U.S. Government is subject to restrictions as set forth in
       
    33 **          subparagraph (c)(1)(ii) of DFARS 252.227-7013, or in FAR
       
    34 **          52.227-19, or in FAR 52.227-14 Alt. III, as applicable.
       
    35 **
       
    36 **          This software is proprietary to and embodies the confidential
       
    37 **          technology of Nokia  Possession, use, or copying of this software 
       
    38 **          and media is authorized only pursuant to a valid written license
       
    39 **          from Nokia or an authorized sublicensor.
       
    40 **
       
    41 **          Nokia  - Wireless Software Solutions
       
    42 *****************************************************************/
       
    43 
    23 
    44 #include <stdio.h>
    24 #include <stdio.h>
    45 #include <io.h>
    25 #include <io.h>
    46 #include <string.h>
    26 #include <string.h>
    47 #include <stdlib.h>
    27 #include <stdlib.h>