blob: 15093cccf178cd6545cd8f67105171d4511e790f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<lib>_foo_bar.c
<lib>_foo_bar_baz.c
<prefix>_bar.c and <prefix>_bif.c
hello_bar.c and there_bif.c
var this__is_a_variable__ = "";
__this is not__
---
<p><lib>_foo_bar.c<br>
<lib>_foo_bar_baz.c<br>
<prefix>_bar.c and <prefix>_bif.c<br>
hello_bar.c and there_bif.c</p>
<p>var this__is_a_variable__ = "";</p>
<p><strong>this is not</strong></p>
|