<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Posix often says:<BR>
 function foo() returns 0 for success, -1 for error<BR>
 <BR>
 m3core/libm3/etc, often say if foo() < 0 or if foo() # 0 "instead".<BR> Generally ok to tighten these up to "= -1", perhaps upon checking manpages,<BR>  or a known rat's nest of inconsistencies?<BR>
<BR> - Jay<BR><BR>                                         </body>
</html>