| | | | |
| A |
| |
| | abort -- cause abnormal program termination ( ) |
| |
| | abs -- integer absolute value function ( ) |
| |
| | addr2ascii, ascii2addr -- generic address formatting routines ( ) |
| |
| | alarm -- set signal timer alarm ( ) |
| |
| | alphasort -- scan a directory ( ) |
| |
| | asctime -- transform binary date and time value to ASCII ( ) |
| |
| | asctime_r -- Transform binary date and time value to ASCII; Reentrant version ( ) |
| |
| | assert -- expression verification macro ( ) |
| |
| | _assert -- expression verification macro ( ) |
| |
| | atexit -- add program termination routines ( ) |
| |
| | atof -- convert an ASCII string to a floating-point number ( ) |
| |
| | atoi -- convert string to integer ( ) |
| |
| | atol -- convert string to integer ( ) |