min - return the lesser of two integers
#include <sys/ddi.h> int min(int int1, int int2);
Architecture independent level 1 (DDI/DKI).
int1
int2
The min() function compares two signed integers and returns the lesser of the two.
The lesser of the two integers.
The min() function can be called from user, interrupt, or kernel context.
max(9F)
Writing Device Drivers
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |