mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 15:26:12 -08:00 
			
		
		
		
	Finished first pass reviewing memory.hpp for C lib generation
This commit is contained in:
		
							
								
								
									
										14
									
								
								gen_c_library/components/header_start.hpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								gen_c_library/components/header_start.hpp
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
/*
 | 
			
		||||
	gencpp: An attempt at "simple" staged metaprogramming for c/c++.
 | 
			
		||||
 | 
			
		||||
	See Readme.md for more information from the project repository.
 | 
			
		||||
 | 
			
		||||
	Public Address:
 | 
			
		||||
	https://github.com/Ed94/gencpp
 | 
			
		||||
 | 
			
		||||
	This is a single header C-Library variant.
 | 
			
		||||
	Define GEN_IMPLEMENTATION before including this file in a single compilation unit.
 | 
			
		||||
*/
 | 
			
		||||
#if ! defined(GEN_DONT_ENFORCE_GEN_TIME_GUARD) && ! defined(GEN_TIME)
 | 
			
		||||
#	error Gen.hpp : GEN_TIME not defined
 | 
			
		||||
#endif
 | 
			
		||||
		Reference in New Issue
	
	Block a user