File: tpage.c

package info (click to toggle)
ppxp 0.99120923-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,812 kB
  • ctags: 3,704
  • sloc: ansic: 24,532; tcl: 3,992; makefile: 517; sh: 80
file content (25 lines) | stat: -rw-r--r-- 366 bytes parent folder | download
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
#include <stdio.h>
#include <stdlib.h>
#include <strings.h>
#include <unistd.h>
#include <ctype.h>
#include <sys/types.h>
#include <errno.h>

#include <config.h>
#include _PATH_CURSES_H

#include <xcio.h>
#include <support.h>
#include <msgcat.h>
#include <sysmsg.h>

#include "pform.h"
#include "smsg.h"

extern int ppxpFd;

int
CmdTpage(int argc, char *argv[])
{
}