My slstatus configuration
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

8 řádky
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, ...);