From: Philip Homburg Date: Fri, 4 Nov 2005 17:14:59 +0000 (+0000) Subject: Added prototype for hypot. X-Git-Tag: v3.1.2a~517 X-Git-Url: http://zhaoyanbai.com/repos/nsupdate.html?a=commitdiff_plain;h=80cce8b3d3094914db7589b78e5baced75e03ecd;p=minix.git Added prototype for hypot. --- diff --git a/include/math.h b/include/math.h index 1ea4b47aa..b039cec39 100755 --- a/include/math.h +++ b/include/math.h @@ -35,6 +35,7 @@ _PROTOTYPE( double sinh, (double _x) ); _PROTOTYPE( double sqrt, (double _x) ); _PROTOTYPE( double tan, (double _x) ); _PROTOTYPE( double tanh, (double _x) ); +_PROTOTYPE( double hypot, (double _x, double _y) ); #ifdef _POSIX_SOURCE /* STD-C? */ #include