waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

Mytest.rb (107B)


      1 
      2 require 'mytest_ext'
      3 
      4 module Mytest
      5 	def hello
      6 		puts MytestInt::hello()
      7 	end
      8 	module_function :hello
      9 end