NAME

get_time - Gets the current time as a string.

SYNOPSIS

#include "l/l_sys_time.h"

Example compile flags (system dependent):
  -DLINUX_386 -DLINUX_386_P4  
   -I/home/kobus/include
   -L/home/kobus/load/linux_386_p4 -L/usr/local/lib -L/usr/lib
  -lKJB         -llapack -lblas -lg2c          -lXext -lX11 


int get_time
(
	char *time_buff,
	size_t max_len
);

DESCRIPTION

This routine puts the current time into the buffer time_buff of size max_len. The size must be at least 25.

SEEALSO

get_time_2, BUFF_GET_TIME, BUFF_GET_TIME_2

DISCLAIMER

This software is not adequatedly tested. It is recomended that results are checked independantly where appropriate.

AUTHOR

Kobus Barnard

DOCUMENTOR

Kobus Barnard

SEE ALSO

init_cpu_time , get_cpu_time , get_cpu_time_2 , display_cpu_time , init_real_time , get_real_time , display_real_time , get_time_2