index
:
plan9front.git
etheriwl
front
rio
sam
webfs
my patches for 9front; forked from http://git.9front.org/plan9front/plan9front/HEAD/info.html
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
ape
/
lib
/
ap
/
gen
/
itoa.c
blob: 9e686556b24c888fdb0735696e9b66baae64367c (
plain
)
1
2
3
4
5
6
7
#include <stdlib.h> int itoa(const char *s) { return(strtol(s, (char **)0, 10)); }