c-populate-syntax-table

c-populate-syntax-table is a compiled Lisp function in `cc-mode.el'.

(c-populate-syntax-table TABLE)

Populate the given syntax table as necessary for a C-like language.
This includes setting ' and " as string delimiters, and setting up
the comment syntax to handle both line style "//" and block style
"/*" "*/" comments.