/*********************************/ /* SMITH ( // */ /* smith ( )/ */ /* by salade )(/ */ /* ________________ ( /) */ /* ()__)____________))))) :^} */ /*********************************/ #include "smith.h" #include char * mr_smith() { return ("---SMITH_V0.0.0---"); } long get_timestamp() { struct timeval tv; long ct; gettimeofday(&tv, NULL); ct = ((tv.tv_sec * 1000) + (tv.tv_usec / 1000)); return (ct); }