File:  [DVB] / dietlibc / include / cstdlib
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_CSTDLIB_INCLUDED
#define __DIETLIBC_CSTDLIB_INCLUDED

#include <stdlib.h>

namespace std {
    using ::div_t;

    using ::abort;
    using ::abs;
    using ::atexit;
    using ::atof;
    using ::atoi;
    using ::atol;
    using ::bsearch;
    using ::calloc;
    using ::div;
    using ::exit;
    using ::free;
    using ::getenv;
    using ::labs;
    using ::malloc;
    using ::qsort;
    using ::rand;
    using ::realloc;
    using ::srand;
    using ::strtod;
    using ::strtol;
    using ::strtoul;
    using ::system;
}

#endif

LinuxTV legacy CVS <linuxtv.org/cvs>