Incorporate existing strcasestr doc into new doc structure.
[gnulib.git] / doc / functions / mktime.texi
1 @node mktime
2 @section @code{mktime}
3 @findex mktime
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/mktime.html}
6
7 Gnulib module: mktime
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 @code{mktime} may go into an endless loop on some platforms.
13 @item
14 @code{mktime} may occasionally return wrong results on some platforms.
15 @end itemize
16
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @end itemize