Sharkysoft home

lava.clib
Class Stdlib

java.lang.Object
  |
  +--lava.clib.Stdlib

public class Stdlib
extends java.lang.Object

Ports of stdio functions.

Details: Stdlib is port of the famous stdlib library from the C programming language. By emulating many of the C language's stdlib library functions, this class lets die-hard C programmers write Java code without completely converting to the Java API. Rather than wasting valuable time figuring out how to perform the Java equivalent of tasks that are easy in C, the programmer can simply use the methods in this class instead.

Since:
2000.12.15

Method Summary
static int atoi(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

atoi

public static int atoi(java.lang.String s)

Sharkysoft home