URI: 
       tPlan 9 atoi, ... - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit a67406e465169623421beba9072b213a8e75c423
   DIR parent 6f6553dfb7ab5b286e3ac75348eb85dc8fda6666
  HTML Author: rsc <devnull@localhost>
       Date:   Thu,  8 Apr 2004 19:31:48 +0000
       
       Plan 9 atoi, ...
       
       Diffstat:
         M include/libc.h                      |       9 ++++++---
       
       1 file changed, 6 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/include/libc.h b/include/libc.h
       t@@ -343,10 +343,10 @@ extern        int        atnotify(int(*)(void*, char*), int);
        /* 
         * <stdlib.h>
        extern        double        atof(char*); <stdlib.h>
       -extern        int        atoi(char*);
       -extern        long        atol(char*);
         */
       -extern        vlong        atoll(const char*);
       +extern        int        p9atoi(char*);
       +extern        long        p9atol(char*);
       +extern        vlong        p9atoll(char*);
        extern        double        charstod(int(*)(void*), void*);
        extern        char*        cleanname(char*);
        extern        int        p9decrypt(void*, void*, int);
       t@@ -400,6 +400,9 @@ extern        long        p9time(long*);
        #ifndef NOPLAN9DEFINES
        #define atexit                p9atexit
        #define atexitdont        p9atexitdont
       +#define atoi                p9atoi
       +#define atol                p9atol
       +#define atoll                p9atoll
        #define encrypt                p9encrypt
        #define decrypt                p9decrypt
        #define getenv                p9getenv