| www.delorie.com/gnu/docs/guile/guile_424.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
(inet-aton "127.0.0.1") => 2130706433 |
(inet-ntoa 2130706433) => "127.0.0.1" |
(inet-netof 2130706433) => 127 |
(inet-lnaof 2130706433) => 1 |
(inet-makeaddr 127 1) => 2130706433 |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |