intoasc()

Converts an interval value to an ANSI-standard character string.

Syntax

mint intoasc(intrvl_t *i, char *str);
  1. i is a pointer to the initialized interval variable.
  2. str is a pointer to the buffer containing the ANSI-standard interval string.

Returns

Table 1. Return codes
Code Description
0 The conversion was successful.
<0 The conversion failed.