Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/klibc/strntoumax.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 814 by niro, Sat Sep 1 22:45:15 2007 UTC revision 815 by niro, Fri Apr 24 18:32:46 2009 UTC
# Line 7  Line 7 
7  #include <stddef.h>  #include <stddef.h>
8  #include <stdint.h>  #include <stdint.h>
9  #include <ctype.h>  #include <ctype.h>
10    #include <inttypes.h>
11    
12  static inline int digitval(int ch)  static inline int digitval(int ch)
13  {  {

Legend:
Removed from v.814  
changed lines
  Added in v.815