Query: fndelend
OS: debian
Section: 3pub
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FNAME(3pub) C Programmer's Manual FNAME(3pub)NAMEfnbase, fndelbeg, fndelend, fndelsuf, fndir, fnhome, fnjoin, fnlastsuf, fnsetsuf - filename manipulationSYNOPSIS#include <publib.h> char *fnbase(const char *fname); void fndelbeg(char *fname); void fndelend(char *fname); int fndelsuf(char *fname, const char *suffix); void fndir(char *dir, const char *fname); int fnhome(char *homedir, const char *username); void fnjoin(char *res, const char *f1, const char *f2); char *fnlastsuf(const char *fname); size_t fnsetsuf(char *fname, const char *suf, size_t max);DESCRIPTIONThese routines manipulate POSIX-style filenames. This manual page is still under construction.SEE ALSOpublib(3)AUTHORLars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual FNAME(3pub)
| Related Man Pages |
|---|
| files(3pub) - debian |
| stracat(3pub) - debian |
| strsub(3pub) - debian |
| xfseek(3pub) - debian |
| xgetaline(3pub) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Introduction |
| Find columns in a file based on header and print to new file |
| My first PERL incarnation... Audio Oscillograph |