From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 1 Apr 2005 20:34:18 -0500 From: I RATTAN To: 9fans@cse.psu.edu Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [9fans] OT: programming style under Plan9?? Topicbox-Message-UUID: 309191e2-ead0-11e9-9d60-3106f5b1d025 I have observed that that the Plan9 C-code generally consists fo ALL modules of a program are in the same file. Is it deliberate or a matter of style? It does make life easier in terms of include files but seems a bit little off key in context that C supports separate compilation of modules and hence, each module could be in a file of its own! I was accused of being University type in comp.lang.python for asking how keep each modules in a separate file and make the program work correctly. Thanks in advance. -ishwar