File: util.hh

package info (click to toggle)
lcdf-typetools 2.92%2Bdfsg1-0.1
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 2,884 kB
  • sloc: cpp: 34,407; ansic: 2,106; sh: 1,032; makefile: 306
file content (10 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (26)
1
2
3
4
5
6
7
8
9
10
#ifndef T1REENCODE_UTIL_HH
#define T1REENCODE_UTIL_HH
#include <lcdf/string.hh>
class ErrorHandler;

String read_file(String filename, ErrorHandler *, bool warn = false);
String printable_filename(const String &);
String pathname_filename(const String &);

#endif