C keywords: void

From Get docs
< C keywordsC/docs/latest/keyword/void


C keywords: void

Usage

  • void type: as the declaration of the incomplete type
  • void: in a function with no parameter or no return value

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/c/keyword/void