@ -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
The note is not visible to the blocked user.