• Show log

    Commit

  • Hash : c1aca3fe
    Author : Calvin Buckley
    Date : 2021-07-06T23:25:13

    Initial pass at using int64_t instead of long long
    
    Even on systems without C99 where long long and stdint are both
    missing, we can shim stdint and point it to any compiler-specific
    type (i.e long long, _int64, etc.).
    
    Also next is constant suffixes and determining what needs to
    include stdint.