sizeof(void) is 1
authorMatthias Braun <matze@braunis.de>
Tue, 25 Oct 2011 10:55:44 +0000 (12:55 +0200)
committerMatthias Braun <matze@braunis.de>
Thu, 27 Oct 2011 10:20:37 +0000 (12:20 +0200)
commit6aba9dfabac0dcacbd612ba2ad53b42bb1148b63
tree8726a05f341a72d95f980971891727377c03352f
parent8e0cc9a1b4204fde79cca81b23fa8d932717de7f
sizeof(void) is 1

This only matters when GNU mode is enabled, but then you can perform
pointer arithmetic with void in which case its size should also be 1
type.c