File: tcunix.h

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 (8 lines) | stat: -rw-r--r-- 196 bytes parent folder | download
1
2
3
4
5
6
7
8
/*
 * Library functions for UNIX versions of translators
 */

void	UnixSetProgPath (char *path);
FILE	*UnixOpenLibFile (char *file, char *mode);

FILE	*UnixOpenMacroFile (char *file, char *mode);