9fans archive / 2000 / 08 / 26 / prev next
From: "James A. Robinson" <jim.robinson@sta...>
Subject: Re: [9fans] Installing the updates
Date: Tue, 01 Aug 2000 10:05:05 -0700
Here's an even better example. Rob's sam distribution:
note how the system headers are only called once.
; grep '#include' *.c|cut -d: -f2|sort|uniq -c|sort -nr
19 #include "sam.h"
4 #include "parse.h"
2 #include "config.h"
1 #include <string.h>
1 #include <stdlib.h>
1 #include <varargs.h>
1 #include <sys/wait.h>
1 #include <sys/stat.h>
1 #include <stdio.h>
1 #include <stdarg.h>
1 #include <signal.h>
1 #include "sam.h"