| PROPERTIES | |
|---|---|
| return value | 0 on success (1 otherwise) |
| allocation ensured | yes |
| previous allocation required | yes |
int some_func (path)
lx_s *path;
{
lx_check0 (path);
return open (path->s, O_RDONLY);
}
|
(c) 2001, ari edelkind |
lx_lib docs |