X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fkstddef.h;h=3ad537aa8c843d48b1071c24675afdf49c14729b;hp=04dc90076e245acac2596a54b8eb40600856f352;hb=d46f5229565d6fdd6c3d164ee0790433ff9118a2;hpb=a7bc93cf526e313d69b068f0cb866b5ef108eaf0 diff --git a/include/kstddef.h b/include/kstddef.h index 04dc900..3ad537a 100644 --- a/include/kstddef.h +++ b/include/kstddef.h @@ -2,8 +2,11 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: kstddef.h,v 1.4 2000/04/28 18:00:55 kevin Exp $ +** $Id: kstddef.h,v 1.5 2000/05/02 20:00:25 kevin Exp $ ** $Log: kstddef.h,v $ +** Revision 1.5 2000/05/02 20:00:25 kevin +** *** empty log message *** +** ** Revision 1.4 2000/04/28 18:00:55 kevin ** remove unused files ** @@ -180,13 +183,6 @@ double *alloc_double(int n); int *alloc_int(int n); /* fexist.c */ int file_exists(const char *fname); -/* fmax.c */ -double fmax(double a, double b); -/* get_yn.c */ -int get_yn(const char *prompt); -/* getch.c */ -int getch(void); -void ungetch(int c); /* kbasename.c */ char *kbasename(const char *filename); /* iclip.c */ @@ -195,12 +191,13 @@ int iclip(int n, int lb, int ub); char *str_skip_head(const char *str, const char *charlist); /* s_lower.c */ char *str_lower(char *s); +/* s_rmtail.c */ +char *str_wrm_tail(char *str); +char *str_rm_tail(char *str, const char *charlist); /* s_save.c */ char *str_save(const char *s); /* s_upper.c */ char *str_upper(char *str); -/* s_wtail.c */ -char *str_wrm_tail(char *str); /* sysalloc.c */ void *sys_alloc(const int nbytes, const char *name); /* syserror.c */