C99 introduces a handful of new integer types.
C99引入了几个新的整数类型。
Note: This article assumes that you are using the ISO C99 standard.
注意:本文假设使用 ISO C99 标准。
This concept is similar to the flexible array member in ISO C99, but it USES a different syntax.
这个概念与ISO C99中灵活的数组成员相似,但是使用不同的语法。
So we are actually using the C99 version of C, which really means nothing useful today other than to realize we are using that version.
所以我们在使用的C语言的C99版本,这对今天来说是没多大用处的,只是告诉我们使用的是那个版本而已。
应用推荐