mirror of https://github.com/stenzek/duckstation
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			| 
				
					
						
							 | 
			2 years ago | |
|---|---|---|
| .. | ||
| include/Zycore | 2 years ago | |
| src | 2 years ago | |
| LICENSE | 2 years ago | |
| README.md | 2 years ago | |
		
			
				
				README.md
			
		
		
			
			
		
	
	Zyan Core Library for C
Internal library providing platform independent types, macros and a fallback for environments without LibC.
Features
- Platform independent types
- Integer types (
ZyanU8,ZyanI32,ZyanUSize, ...) ZyanBool(+ZYAN_FALSE,ZYAN_TRUE)ZYAN_NULL
 - Integer types (
 - Macros
- Compiler/Platform/Architecture detection
 - Asserts and static asserts
 - Utils (
ARRAY_LENGTH,FALLTHROUGH,UNUSED, ...) 
 - Common types
ZyanBitsetZyanString/ZyanStringView
 - Container types
ZyanVectorZyanList
 - LibC abstraction (WiP)
 
License
Zycore is licensed under the MIT license.