libcm is a C development framework with an emphasis on audio signal processing applications.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

cdg_div_cod.css 932B

123456789101112131415161718192021222324
  1. .cod pre .c { color: firebrick; font-weight: normal; } /* Comment */
  2. .cod pre .k { color: #008000; font-weight: normal; } /* Keyword.Reserved */
  3. .cod pre .p { color: #666666 } /* Operator */
  4. .cod pre .f { color: #000000; font-weight: normal; } /* Function */
  5. .cod pre .e { color: #000000; font-weight: normal; } /* enum */
  6. .cod pre .m { color: #008000; font-weight: normal; } /* macro */
  7. .cod pre .t { color: #008000; font-weight: normal; } /* typedef */
  8. .cod pre .i { color: #000000; font-weight: normal; } /* ident */
  9. .cod pre .l { color: #660066 } /* Literal */
  10. .cod pre .u { color: #000000 }
  11. .cod pre a:link {text-decoration:none; font-weight:500; }
  12. .cod pre a:visited {text-decoration:none; font-weight:500; }
  13. .cod pre a:hover {text-decoration:none; font-weight:700; }
  14. /* embedded pandoc comments */
  15. .cod pre .a {
  16. border: 1px dotted gray;
  17. background-color: #ececec;
  18. color: #1111111;
  19. padding: 0.5em;
  20. }