My slstatus configuration
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

7 行
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, ...);