128 bit integers

You can use 128 bit integers by including the header file

#include <i128.h>

This feature is quite new, introduced in Aug 2005. This integers are implemented only in their signed representation, there is no unsigned int128 yet.

You should link with the i128.lib library.