#include <unistd.h>
#include <sys/types.h>
#include "header.h"
#include "ugid.h"
Go to the source code of this file.
Functions | |
char* | stripTrailingChar (char * s, char c) |
Remove occurences of trailing character from string. More... |
Definition in file misc.h.
|
Remove occurences of trailing character from string.
Definition at line 32 of file misc.h. Referenced by readPackageHeaders(), and relocateFileList(). |