[BACK]Return to s_floorf.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libm / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libm/src/s_floorf.c between version 1.4 and 1.5

version 1.4, 1995/05/10 20:47:22 version 1.5, 1997/10/09 11:32:04
Line 13 
Line 13 
  * ====================================================   * ====================================================
  */   */
   
   #include <sys/cdefs.h>
 #if defined(LIBM_SCCS) && !defined(lint)  #if defined(LIBM_SCCS) && !defined(lint)
 static char rcsid[] = "$NetBSD$";  __RCSID("$NetBSD$");
 #endif  #endif
   
 /*  /*

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>