forked from Alepha/Alepha
It's all a mess -- not in the new unified form and namespace. I need to do a big cleanup pass.
11 lines
145 B
C++
11 lines
145 B
C++
#include "basetypes.h"
|
|
|
|
#include <iostream>
|
|
|
|
|
|
int
|
|
main()
|
|
{
|
|
std::cout << "Charbits: " << Alepha::std::detail::platform_char_bits << std::endl;
|
|
}
|