Ver Fonte

Added puts to libc. Woah...

Mark Sibly há 9 anos atrás
pai
commit
a229afcc92
1 ficheiros alterados com 2 adições e 0 exclusões
  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 )