John Criswell | 723ccd6 | 2003-06-30 22:13:48 +0000 | [diff] [blame] | 1 | /* |
2 | * File: sample.h | ||||
3 | * | ||||
Jeff Cohen | b02fbfc | 2005-04-23 21:26:11 +0000 | [diff] [blame] | 4 | * This is a sample header file that is global to the entire project. |
5 | * It is located here so that everyone will find it. | ||||
John Criswell | 723ccd6 | 2003-06-30 22:13:48 +0000 | [diff] [blame] | 6 | */ |
7 | extern int compute_sample (int a); | ||||
8 |