X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=src%2Fvg%2Fvg_stdint.h;h=fb1a62dde270f12d53a39e8f53a27bf4e4f56dfa;hb=0ab3fe912f415b666ed22e9e20bf4f3f2befd989;hp=7f9928ade0c9106dd366f6534d53c42bfe733f51;hpb=c6867ba25b100d7e633ab67e1c5ecb0be44efc24;p=vg.git diff --git a/src/vg/vg_stdint.h b/src/vg/vg_stdint.h index 7f9928a..fb1a62d 100644 --- a/src/vg/vg_stdint.h +++ b/src/vg/vg_stdint.h @@ -7,9 +7,9 @@ typedef uint8_t u8; typedef uint16_t u16; typedef uint32_t u32; typedef uint64_t u64; -typedef int8_t i8; -typedef int16_t i16; -typedef int32_t i32; -typedef int64_t i64; +typedef int8_t i8; +typedef int16_t i16; +typedef int32_t i32; +typedef int64_t i64; #endif /* VG_STDINT_H */