epoc32/include/estlib.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     2 #define __ESTLIB_H__
     2 #define __ESTLIB_H__
     3 
     3 
     4 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     4 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     5 // All rights reserved.
     5 // All rights reserved.
     6 // This component and the accompanying materials are made available
     6 // This component and the accompanying materials are made available
     7 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     7 // under the terms of "Eclipse Public License v1.0"
     8 // which accompanies this distribution, and is available
     8 // which accompanies this distribution, and is available
     9 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
     9 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    10 //
    10 //
    11 // Initial Contributors:
    11 // Initial Contributors:
    12 // Nokia Corporation - initial contribution.
    12 // Nokia Corporation - initial contribution.
    13 //
    13 //
    14 // Contributors:
    14 // Contributors:
    15 //
    15 //
    16 // Description:
    16 // Description:
    17 // ESTLIB control for multi-thread and multi-process operation
    17 // ESTLIB control for multi-thread and multi-process operation
    18 // 
    18 // 
    19 //
    19 //
    20 
       
    21 
       
    22 
    20 
    23 /**
    21 /**
    24  @file
    22  @file
    25  @internalComponent
    23  @internalComponent
    26 */
    24 */
    58 NB. This calls chdir(), so start the PosixServer before calling this if you want one.
    56 NB. This calls chdir(), so start the PosixServer before calling this if you want one.
    59 */
    57 */
    60 IMPORT_C void __crt0(int& argc, char**& argv, char**& envp);
    58 IMPORT_C void __crt0(int& argc, char**& argv, char**& envp);
    61 IMPORT_C void __crt0(int& argc, wchar_t**& argv, wchar_t**& envp);
    59 IMPORT_C void __crt0(int& argc, wchar_t**& argv, wchar_t**& envp);
    62 
    60 
       
    61 
    63 #endif
    62 #endif