My slstatus configuration
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

13 linhas
301 B

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