[BACK]Return to puts.c CVS log [TXT][DIR] Up to [local] / prex-old / usr / lib / libsa

Diff for /prex-old/usr/lib/libsa/puts.c between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:49 version 1.1.1.1.2.1, 2008/08/13 17:12:39
Line 27 
Line 27 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #include <string.h>  
 #include <prex/prex.h>  #include <prex/prex.h>
   #include <string.h>
   #include <stdio.h>
   
 extern void __console_write(char *buf, size_t len);  extern void __console_write(char *buf, size_t len);
 extern int putchar(int);  extern int putchar(int);

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb