I tried the obvious, with no effect
(add-hook 'c-mode-common-hook (function (lambda () (setq fill-column 100))))
--