.TH super() "" "" "Internal Kernel Routine"
.PC "Verify super-user"
\fBint super()\fR 
.PP
.B super()
checks whether the user has super-user privileges.
It return one if the user has these privileges (i.e., if \fBu.u_uid == 0\fR).
Otherwise, it calls
.B set_user_error()
with value
.B EPERM
and returns zero.
.SH "See Also"
.B
internal kernel routines
.R
