My slstatus configuration
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

7 satır
162 B

  1. extern char buf[1024];
  2. #define LEN(x) (sizeof (x) / sizeof *(x))
  3. const char *bprintf(const char *fmt, ...);
  4. int pscanf(const char *path, const char *fmt, ...);