{\pwd2\ansi{\*\pwdcomment ************************************************************************ * * Dies ist ein Microsoft Pocket Word-Dokument. * * Um dieses Pocket Word-Dokument in Microsoft Word anzuzeigen, brauchen * Sie den Pocket Word-Konverter für Microsoft Office. Weitere Informationen * finden Sie in der Microsoft Windows CE-Website: * * http://www.microsoft.com/mobile/hpc\r * ************************************************************************ }\ansicpg1252\deff0\deflang1031{\fonttbl{\f0\fmodern\fprq1\fcharset0 Courier New;}} {\colortbl ;\red0\green0\blue255;} \viewkind4\uc1\pard\f0\fs18 // ----------------------------------------------------------------------------\par // $Id$\par // ----------------------------------------------------------------------------\par // Public Domain C Library - \cf1\ul http://pdclib.sourceforge.net\cf0\ul0\par // This code is Public Domain. Use, modify, and redistribute at will.\par // ----------------------------------------------------------------------------\par // Personality #define's (see personality.txt)\par // ----------------------------------------------------------------------------\par \par #ifndef __PDCLIB_PERSONALITY_H\par #define __PDCLIB_PERSONALITY_H __PDCLIB_PERSONALITY_H\par \par // This structure is required by time.h and wchar.h.\par struct tm;\par \par // This type is required by wchar.h and wctype.h.\par typedef wint_t;\par \par // #undef this if environment does not support _Imaginary.\par #define __PERSONALITY_SUPPORTS_IMAGINARY\par \par #endif // __PDCLIB_PERSONALITY_H\par \par }