File: com_get.htm

package info (click to toggle)
styx 1.6.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 10,112 kB
  • ctags: 5,211
  • sloc: ansic: 95,977; sh: 7,991; cpp: 948; makefile: 259; xml: 107; pascal: 14
file content (32 lines) | stat: -rwxr-xr-x 1,063 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"         "http://www.w3.org/TR/REC-html40/Transitional.dtd">
<html>
<head>
<title>[com_get.h] Comment Line Extraction</title>
<meta name="robots" content="noindex">
</head>
<body bgcolor=white>
<h1><font color="#008B8B">[com_get.h] Comment Line Extraction</font></h1>
<h2><font color="#008B8B"><a href="styx.html">contents</a></font></h2><br>
<br><a href="standard.htm">#include "standard.h"</a>
<br>
<br>
<br>
<table border=0 cellspacing=20>
<tr valign=top>
<td bgcolor="#FFF8DC" align=left><pre>c_string <b>Com_GetEx</b>(c_string FileName)</pre>
<td bgcolor="#FFF0F5" align=left> [basename]#title of source 'FileName'<br>
   format: ['FileName'] ...<br>
         | ['FileName'(basename)] ...<br>
   ( doesn't allocs memory )<br>
<br>
<tr valign=top>
<td bgcolor="#FFF8DC" align=left><pre>c_string <b>Com_Get</b>(c_string FileName)</pre>
<td bgcolor="#FFF0F5" align=left> title of source 'FileName'<br>
   format: ['FileName'] ...<br>
   ( doesn't allocs memory )<br>
<br>

</table>

</body>
</html>