mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 15:26:12 -08:00 
			
		
		
		
	progress on c_library.cpp
This commit is contained in:
		@@ -6,6 +6,7 @@ using namespace gen;
 | 
			
		||||
CodeBody gen_fixed_arenas()
 | 
			
		||||
{
 | 
			
		||||
	CodeBody result = def_body(ECode::Global_Body);
 | 
			
		||||
	result.append(def_pragma(txt("region FixedArena")));
 | 
			
		||||
 | 
			
		||||
	char const* template_struct = stringize(
 | 
			
		||||
		struct FixedArena_<Name>
 | 
			
		||||
@@ -115,5 +116,7 @@ CodeBody gen_fixed_arenas()
 | 
			
		||||
)"
 | 
			
		||||
	)));
 | 
			
		||||
 | 
			
		||||
	result.append(def_pragma(txt("endregion FixedArena")));
 | 
			
		||||
 | 
			
		||||
	return result;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user