1
0
mirror of https://github.com/mintycube/dmenu.git synced 2024-10-22 12:05:48 +00:00
2020-08-05 12:40:03 +02:00

4 lines
125 B
C

#define NUMBERSMAXDIGITS 100
#define NUMBERSBUFSIZE (NUMBERSMAXDIGITS * 2) + 1
static void recalculatenumbers();