M-x c-toggle-comment-style ,或着用 hook
M-x c-toggle-comment-style
(add-hook 'c-mode-hook #'(lambda () (c-toggle-comment-style -1)))