Branch: Tag:

1996-06-21

1996-06-21 18:50:06 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

strerror and << added

Rev: src/modules/files/configure.in:1.7
Rev: src/modules/files/doc/strerror:1.1
Rev: src/modules/files/efuns.c:1.6
Rev: src/modules/files/file.c:1.15
Rev: src/modules/files/file.h:1.4
Rev: src/modules/files/file_machine.h.in:1.4

4511:      </doc>   </docgroup> + <docgroup homogen-name='strerror' homogen-type='method'> + <method name='strerror'/><doc placeholder='true'> + <text> + <p><tt>strerror</tt> - return a string describing an error</p> +  + <tt><p>string strerror(int <i>errno</i>);<br/> + </p> + </tt> + <p>This function returns a description of an error code. The error + code is usually obtained from the file-&gt;errno() call.</p> +  + file</text> +  + <group><note/><text> + <p>This function may not be available on all platforms. + </p> + </text></group> +  + </doc> + </docgroup>   <docgroup homogen-name='string' homogen-type='method'>   <method name='string'/><doc placeholder='true'>   <text>