NAME
====
  vg_timestamp() - return actual time in minutes, seconds and milliseconds


SYNOPSIS
========
  int vg_timestamp(int * min, int * sec, int * msec)


DESCRIPTION
===========
  Returns the actual timestamp.
  min is an address for returning the actual minutes.
  sec is an address for returning the actual seconds.
  msec is an address for returning the actual milliseconds.

  Why do you could need this function? I don't know.


RETURN VALUE
============
  If it succeeds, it returns 0.
  If an error occurs, it returns -1, giving out an error message to stderr.


SEE ALSO
========
  Index