modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / posix-functions / memset.texi
blob4a2f867fdbcb4c954ab572736a85aa65d18a2cb8
1 @node memset
2 @section @code{memset}
3 @findex memset
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/memset.html}
7 Gnulib module: memset
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some older platforms.
13 @item
14 This function cannot be called from plain inline or extern inline functions
15 on some platforms:
16 OS X 10.8.
17 @end itemize
19 Portability problems not fixed by Gnulib:
20 @itemize
21 @end itemize