examples/PIPS/OpenCStringUtilitiesEx/exe/inc/example.h

00001 /*
00002 * ==============================================================================
00003 *  Name        : example.h
00004 *  Part of     : OpenCStringUtilitiesExeEx
00005 *  Interface   : 
00006 *  Description : 
00007 *  Version     : 
00008 *
00009 *  Copyright (c) 2005-2007 Nokia Corporation.
00010 *  This material, including documentation and any related 
00011 *  computer programs, is protected by copyright controlled by 
00012 *  Nokia Corporation.
00013 * ==============================================================================
00014 */
00015 
00016 #include        <stdlib.h>
00017 #include        <stdio.h>
00018 #include        <e32base.h>
00019 
00020 // Header for the stringutils library
00021 #include        "stringutils.h"
00022 
00023 #define         SIZE 50
00024 
00025 #define         GETCHAR()       printf("press any key to continue....\n"),getchar();
00026 
00027 
00028 
00029 //Function prototypes
00030 void testTbuf16();
00031 void testTbuf8();
00032 void testTbufC8();
00033 void testTbufC16();
00034 void testHbufC16();
00035 void testHbufC8();
00036 
00037 void testWchar();
00038 void testChar();

Generated by  doxygen 1.6.2