File:  [DVB] / dietlibc / include / cstddef
Revision 1.1: download - view: text, annotated - select for diffs
Wed Mar 23 19:58:57 2005 UTC (19 years, 2 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
oops, forgot to add these (by Markus Oberhumer for C++)

#ifndef __DIETLIBC_CSTDDEF_INCLUDED
#define __DIETLIBC_CSTDDEF_INCLUDED

#include <stddef.h>

#if defined(__WINT_TYPE__)
typedef __WINT_TYPE__ wint_t;
#else
typedef unsigned int wint_t;
#endif

namespace std {
    using ::ptrdiff_t;
    using ::size_t;
}

#endif

LinuxTV legacy CVS <linuxtv.org/cvs>