Don't put several declarators together in one type

xiaoxiao2021-03-05  21

TypedEf Int * PTR, (* fun) (), Arr [5];

/ * ptr is the Type "Pointer to int"

* Fun is the Type "Pointer to a function return int"

* Arr is the Type "Array of 5 INTS"

* /

And Never, EVER, BURY THE TYPEDEF in the Middle of a Declaration UNSIGNED Const long typef int volatile * kumquat

转载请注明原文地址:https://www.9cbs.com/read-38592.html

New Post(0)