From: Peep P. <so...@us...> - 2004-03-28 18:07:35
|
Update of /cvsroot/agd/server/doc/dfuns In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31326 Added Files: asctime atoi query_hostname query_ip read_file strftime Log Message: Documentation for new dfuns. --- NEW FILE: query_ip --- --- NEW FILE: atoi --- --- NEW FILE: read_file --- --- NEW FILE: strftime --- string strftime(int, string) Turns the time given by the integer into a string, specified by a format string. If the resulting string is over 512 characters long, strftime will return an empty string. --- NEW FILE: asctime --- --- NEW FILE: query_hostname --- |