Paul Eggert wrote: > When talking about a function FOO, say just "FOO", not "FOO()". Use the > latter > form only when talking about calls to FOO with zero arguments.
Except that in the module description, we use 'FOO()' as a kind of markup, in order to insert a hyperlink to the POSIX standard where possible. In this case, as long as 'reallocarray' is not standardized by POSIX, this does not matter, though. Bruno