My slstatus configuration
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

8 righe
220 B

  1. /* See LICENSE file for copyright and license details. */
  2. extern char buf[1024];
  3. #define LEN(x) (sizeof (x) / sizeof *(x))
  4. const char *bprintf(const char *fmt, ...);
  5. int pscanf(const char *path, const char *fmt, ...);