فهرست منبع

Added puts to libc. Woah...

Mark Sibly 9 سال پیش
والد
کامیت
a229afcc92
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      modules/libc/libc.monkey2

+ 2 - 0
modules/libc/libc.monkey2

@@ -55,6 +55,8 @@ Function fclose:Int( stream:FILE Ptr )
 Function remove:Int( path:CString )
 Function rename:Int( oldPath:CString,newPath:CString )
 
+Function puts:Int( str:CString )
+
 '***** stdlib.h *****
 
 Function malloc:Void Ptr( size:Int )