true
, this stream tokenizer recognizes C-style comments. All text between successive occurrences of /*
and */
are discarded. If the flag argument is false
, then C-style comments are not treated specially.
@param flag true
indicates to recognize and ignoreC-style comments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|