ChorusOS man pages section 3STDC: Standard C Library Functions
    
A
 
 abort -- cause abnormal program termination ( Index Term Link )
 
 abs -- integer absolute value function ( Index Term Link )
 
 alphasort -- scan a directory ( Index Term Link )
 
 asctime -- transform binary date and time value to ASCII ( Index Term Link )
 
 asctime_r -- Transform binary date and time value to ASCII; Reentrant version ( Index Term Link )
 
 assert -- expression verification macro ( Index Term Link )
 
 _assert -- expression verification macro ( Index Term Link )
 
 atexit -- add program termination routines ( Index Term Link )
 
 atof -- convert an ASCII string to a floating-point number ( Index Term Link )
 
 atoi -- convert string to integer ( Index Term Link )
 
 atol -- convert string to integer ( Index Term Link )