Added a suggestion

This commit is contained in:
Pierre Pronchery 2006-03-18 03:16:12 +00:00
parent 08bbf070c6
commit 67a899d29e

View File

@ -1,4 +1,5 @@
/* ls.c */
/* TODO: use a dynamic array and qsort() instead of lists */
@ -14,10 +15,9 @@
#include <time.h>
#include <limits.h>
/* FIXME */
#define max(a, b) ((a) > (b) ? (a) : (b))
/* Prefs */
typedef int Prefs;
#define PREFS_C 00001