Changes between Version 5 and Version 6 of library_stdlib
- Timestamp:
- Jul 19, 2015, 8:02:34 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdlib
v5 v6 3 3 The [source:soft/giet_vm/giet_libs/stdlib.c stdlib.c] and [source:soft/giet_vm/giet_libs/stdlib.h stdlib.h] 4 4 files define a set of useful functions that do not require a system call. 5 6 [[PageOutline]] 5 7 6 8 == int '''atoi'''( char * string ) ==