openenvutils/commandshell/shell/commands/unzip/src/ioapi.c
changeset 21 c4cbaa4fb734
parent 0 2e3d3ce01487
equal deleted inserted replaced
0:2e3d3ce01487 21:c4cbaa4fb734
       
     1 /*
       
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
     1 /* ioapi.c -- IO base function header for compress/uncompress .zip
    19 /* ioapi.c -- IO base function header for compress/uncompress .zip
     2    files using zlib + zip or unzip API
    20    files using zlib + zip or unzip API
     3 
    21 
     4    Version 1.01e, February 12th, 2005
    22    Version 1.01e, February 12th, 2005
     5 
    23 
     6    Portions copyright (c) 2007 Symbian Software Ltd. All rights reserved.
    24       
     7    
       
     8    Copyright (C) 1998-2005 Gilles Vollant    
    25    Copyright (C) 1998-2005 Gilles Vollant    
     9    
    26    
    10 */
    27 */
    11 #include "common.h"
    28 #include "common.h"
    12 #include <stdio.h>
    29 #include <stdio.h>