mirror of
https://github.com/mintycube/dotfiles.git
synced 2024-10-22 14:05:41 +02:00
7 lines
175 B
C
7 lines
175 B
C
|
#define NUMMAXLEN(x) ((int)(sizeof(x) * 2.56 + 0.5) + 1)
|
||
|
|
||
|
/* constants */
|
||
|
#define ISO14755CMD "dmenu -w \"$WINDOWID\" -p codepoint: </dev/null"
|
||
|
|
||
|
void iso14755(const Arg *);
|