renamed most source files

This commit is contained in:
cvs
2000-04-05 08:32:32 +00:00
parent 7eee71eab7
commit 0d0394707c
26 changed files with 2115 additions and 117 deletions

View File

@@ -1,3 +1,5 @@
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>
@@ -5,7 +7,7 @@
#include <assert.h>
#include <string.h>
#include <ctype.h>
#include "errhdl.h"
#include "err_handling.h"
#include "str_util.h"
char *str_splitx(char *str, char sep, char *list[], int *n) {