Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Common compiler/os independent typedefs


COMiC_int8

typedef to int_least8_t or int_fast8_t

COMiC_uint8

typedef to uint_least8_t or uint_fast8_t

COMiC_int16

typedef to int_least16_t or int_fast16_t

COMiC_uint16

typedef to uint_least16_t or uint_fast16_t

COMiC_int32

typedef to int_least32_t or int_fast32_t

COMiC_uint32

typedef to uint_least32_t or uint_fast32_t

COMiC_int64

typedef to int_least64_t or int_fast64_t

COMiC_uint64

typedef to uint_least64_t or uint_fast64_t

COMiC_usize

typedef to size_t

COMiC_bool

typedef to uint_least8_t or uint_fast8_t

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages