From 680e0c347ccff21e543ddf9942aaee761a362810 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 14 May 1987 16:51:53 +0000 Subject: [PATCH] document zero-initialization --- modules/src/idf/idf.3 | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/src/idf/idf.3 b/modules/src/idf/idf.3 index 648d1dfb2..793925469 100644 --- a/modules/src/idf/idf.3 +++ b/modules/src/idf/idf.3 @@ -75,6 +75,7 @@ The field \fIid_text\fR will point to a copy of \fItag\fR, or to the \fItag\fR itself, depending on \fIcpy\fR. The field \fInext\fR is used for internal information and must not be changed by the user of this module. +The user-defined part of the structure is initialized with zeros. .PP The function \fIfindidf\fP searches for the string \fItag\fP in the namelist, but returns 0 when it is not present. -- 2.34.1