
 /*-----------------------------------------------------------------------*/
 /*                       R I N G 0,    I S S U E   # 1                   */
 /*-----------------------------------------------------------------------*/

                    RTL    BC++ 5

                                                      by BKNY0NNX // SBVC

      RTL?  RTL  - Run-Time Library -   , 
       ;)      ( ;))
    .
          ,  
   .  ,     ,   
   ,   ,   - 100K !  -
   RTL,          Borland C++ 5.00 for Win32
 Command Line.
      -,       ,   
 .  ,   -  "C0X32.OBJ".
      .      :) 
   ,        "_main",  
   .
    ,  :

=====[CUT HERE]=====
.386
.model flat, stdcall
locals
jumps

extrn	        _main          	      : proc
extrn	        ExitProcess  	      : proc

.code
Start:

		call        _main
		call        ExitProcess, 0

end Start
=====[END CUT]======

       "C0X32.OBJ".
  , "" "C0X32.OBJ"    :(
       .  -   -     
 ,      ...     , 
       .      "CW32.LIB".    
   

TLIB .LIB

             , 
     .

  ,      :       
  :(     ?! :)

                                                               13.11.2001
