오늘따라 지력 감소상태인지.. 이해가 안되는 문장들 ㅠㅠ
Zero-length arrays are allowed in GNU C. They are very useful as the last element of a structure that is really a header for a variable-length object: struct line { int length; char contents[0]; }; struct line *thisline = (struct line *)malloc (sizeof (struct line) + this_length); thisline->length = this_length; |
'프로그램 사용 > gcc' 카테고리의 다른 글
gcc 32bit/ 64bit 컴파일하기 (0) | 2015.07.14 |
---|---|
gcc 특정 표준 따르도록 강제하기 (0) | 2015.07.14 |
ubuntu gcc가 바보 (2) | 2013.09.19 |
gcc 64bit 확장 (0) | 2013.01.13 |
GCC 기본 include 경로(default include path on GCC/G++) (0) | 2012.02.12 |