ftp.nice.ch/pub/next/text/tex/teTeX/distrib/sources/teTeX-src-0.4.tar.gz#/teTeX-src-0.4/kpse-2.6/ps2pkm/ps2pk/filenames.h

This is filenames.h in view mode; [Download] [Up]

/* FILE:	filenames.h
 * PURPOSE:	functions for handling file names
 */

/* trim_basename creates a pointer to a basename constructed from a
 * `fullname' and an `extension'. Some examples:
 *    basename("Utopia-Regular.afm", ".afm") -> "Utopia-Regular"
 *    basename("sy______.pfb", ".")          -> "sy______"
 */   

char *trim_basename(char *fullname, char *extension);

/* fullname creates a pointer to the result of concatenating the
 * `basename' and `extension'. The nice thing about this function is
 * that the array to hold the fullname will be automatically created.
 */
char *fullname(char *basename, char *extension);


These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.