util_make_time
Description:
Implementation of 'make-time' function, which expects one argument, a string or an integer, to be converted into time_t.
Parameters:
argc |
number of arguments in |
argv |
array or arguments |
Returns:
time_t equivalent of the passed in argument, or (time_t) -1 on error. |