mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-30 23:23:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			152 B
		
	
	
	
		
			Clojure
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			152 B
		
	
	
	
		
			Clojure
		
	
	
	
	
	
| # Patch janet.h 
 | |
| (def [_ janeth janetconf output] (dyn :args))
 | |
| (spit output (string/replace `#include "janetconf.h"` (slurp janetconf) (slurp janeth)))
 | 
