Added a suggestion
This commit is contained in:
parent
08bbf070c6
commit
67a899d29e
4
src/ls.c
4
src/ls.c
|
@ -1,4 +1,5 @@
|
||||||
/* ls.c */
|
/* ls.c */
|
||||||
|
/* TODO: use a dynamic array and qsort() instead of lists */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,10 +15,9 @@
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
|
|
||||||
/* FIXME */
|
|
||||||
#define max(a, b) ((a) > (b) ? (a) : (b))
|
#define max(a, b) ((a) > (b) ? (a) : (b))
|
||||||
|
|
||||||
|
|
||||||
/* Prefs */
|
/* Prefs */
|
||||||
typedef int Prefs;
|
typedef int Prefs;
|
||||||
#define PREFS_C 00001
|
#define PREFS_C 00001
|
||||||
|
|
Loading…
Reference in New Issue
Block a user