Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../.././../../../usr/man/man9f/min.9f
Real path: /usr/share/man/man9f/min.9f
Zurück
'\" te .\" Copyright (c) 1989, AT&T. All rights reserved. .\" Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. .TH min 9F "16 Jan 2006" "Oracle Solaris 11.4" "Kernel Functions" .SH NAME min \- return the lesser of two integers .SH SYNOPSIS .LP .nf #include <sys/ddi.h> \fBint\fR \fBmin\fR(\fBint\fR \fIint1\fR, \fBint\fR \fIint2\fR); .fi .SH INTERFACE LEVEL .sp .LP Architecture independent level 1 (DDI/DKI). .SH PARAMETERS .sp .ne 2 .mk .na \fB\fIint1\fR\fR .ad .RS 8n .rt The first integer. .RE .sp .ne 2 .mk .na \fB\fIint2\fR\fR .ad .RS 8n .rt The second integer. .RE .SH DESCRIPTION .sp .LP The \fBmin()\fR function compares two signed integers and returns the lesser of the two. .SH RETURN VALUES .sp .LP The lesser of the two integers. .SH CONTEXT .sp .LP The \fBmin()\fR function can be called from user, interrupt, or kernel context. .SH SEE ALSO .sp .LP \fBmax\fR(9F) .sp .LP \fIWriting Device Drivers in Oracle Solaris 11.4\fR