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