File: test.c

package info (click to toggle)
txt2man 1.7.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: sh: 1,687; makefile: 21; ansic: 5
file content (11 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
/** 3
 * foobar - a sample dummy function
 * This line is now the first of the description section.
 * Note that function parameters parm1 and parm2 are highlighted
 * in the generated man page.
 */
int foobar(char *parm1, int parm2)
{
   ...
   return 0;
}