wdvi

network DVI viewer
Log | Files | Refs

commit 14af2cbc05b06a229a4ca94a58b92f832cf41988
parent be6a3838f392bad50a377dfca0a3b4495f45e985
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Thu, 19 Aug 2021 23:10:32 +0000

remove two unneeded prototypes

Diffstat:
Mspecial.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/special.c b/special.c @@ -58,8 +58,6 @@ NOTE: #include <math.h> #include <ctype.h> -extern char *strtok(char *, const char *); -extern double floor(double); #define rint(x) floor((x) + 0.5) #if PS