test/jheader.html

Sat, 25 Apr 2015 19:14:57 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 25 Apr 2015 19:14:57 +0200
changeset 29
ec6e97454e64
parent 27
53fd8595378c
child 60
9f25df78925e
permissions
-rw-r--r--

introduced macro for constant string memcpy + fixed string highlight fix

<!DOCTYPE html>
<html>
  <head>
    <title>c2html</title>
    <style type="text/css">
      span.c2html-lineno a {
        font-style: italic;
        text-decoration: none;
        color: grey;
      }
      span.c2html-keyword {
        color: blue;
      }
      span.c2html-macroconst {
        color: cornflowerblue;
      }
      span.c2html-type {
        color: teal;
      }
      span.c2html-directive {
        color: silver;
      }
      span.c2html-string {
        color: darkorange;
      }
      span.c2html-comment {
        color: grey;
      }
      span.c2html-stdinclude, span.c2html-userinclude, a.c2html-userinclude {
      }
    </style>
  </head>
  <body>

mercurial