comparison oldchsool/main.c @ 81:475342949dcd

Kill some warnings and dead code.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Feb 2013 00:38:22 +0200
parents acb5694e93d9
children
comparison
equal deleted inserted replaced
80:d2121ed6e67e 81:475342949dcd
1 #if 0 1 #include "pwpdemo.h"
2 # include <stdio.h>
3 # include <stdlib.h>
4 # include <string.h>
5 # include <unistd.h>
6 #endif
7
8 #include "pwplib.h"
9
10 #define MAX(a,b) ((a)<(b)?(b):(a))
11 #define MIN(a,b) ((a)>(b)?(b):(a))
12 2
13 struct 3 struct
14 { 4 {
15 int dsgtime; 5 int dsgtime;
16 6