File: m-getpid.c

package info (click to toggle)
troffcvt 1.04%2Brepack1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,416 kB
  • sloc: ansic: 13,110; makefile: 6,847; perl: 1,583; cpp: 333; sh: 215
file content (16 lines) | stat: -rw-r--r-- 262 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Fake routine to return "process id" on Macintosh
 *
 * Actually, since System 7 is required for the applications now,
 * perhaps a real process id can be returned.
 */

# include	<stdio.h>

# include	"troffcvt.h"


Param GetPid ()
{
	return ((Param) 0);
}