File: test.c

package info (click to toggle)
gman 0.0.8-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 244 kB
  • ctags: 354
  • sloc: ansic: 3,208; makefile: 60
file content (9 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#include "kman.h"
#include <stdio.h>

void main()
{
	ManPath a("/usr/man");
	printf("size = %d",a.GetSize(1));
}