File: auxfile.h

package info (click to toggle)
latex2rtf 2.3.16-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 8,064 kB
  • ctags: 4,336
  • sloc: ansic: 20,306; makefile: 644; sh: 478; perl: 22
file content (11 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _AUX_H_INCLUDED
#define _AUX_H_INCLUDED 1
/*
 * open and read an auxiliary file.
 * filter lines which start with the
 * macros contained in char *macros[]
 * and send them to ConvertString()
 */

void LoadAuxFile(void);
#endif