Andy's CarPlayer

/***************************************************************************
                          tools.h  -  description
                             -------------------
    begin                : Fri Jun 18 2004
    copyright            : (C) 2004 by Andy Clews
    email                : andy  clews  blueyonder  co  uk
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/

 int readline(int fd, char *buf, int count);
 int sendmesg(int fd, char *text, ...);
char *trimright(char *str);
 int temperature();
 get_date(char buffer[11]);
 get_time(char buffer[11]);