Clone of mesa.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

063-comments.c 203B

123456789101112131415
  1. /* this is a comment */
  2. // so is this
  3. // */
  4. f = g/**//h;
  5. /*//*/l();
  6. m = n//**/o
  7. + p;
  8. /* this
  9. comment spans
  10. multiple lines and
  11. contains *** stars
  12. and slashes / *** /
  13. and other stuff.
  14. ****/
  15. more code here