Rewrote uniq to be less than a third of the size, and fixed some other

minor problems.
This commit is contained in:
Matt Kraai
2000-09-27 02:29:39 +00:00
parent 8ce85ce4e3
commit e0bcce09ba
5 changed files with 56 additions and 296 deletions

View File

@@ -395,6 +395,7 @@ extern int print_file_by_name(char *filename);
extern char process_escape_sequence(char **ptr);
extern char *get_last_path_component(char *path);
extern void xregcomp(regex_t *preg, const char *regex, int cflags);
extern FILE *xfopen(const char *path, const char *mode);
#ifndef DMALLOC
extern void *xmalloc (size_t size);