mirror of
https://github.com/mintycube/dmenu.git
synced 2024-10-22 14:05:48 +02:00
5 lines
130 B
C
5 lines
130 B
C
#define NUMBERSMAXDIGITS 100
|
|
#define NUMBERSBUFSIZE (NUMBERSMAXDIGITS * 2) + 1
|
|
|
|
static void recalculatenumbers(void);
|