2003-06-30 22:13:48 +00:00
|
|
|
/*
|
|
|
|
* File: sample.h
|
|
|
|
*
|
2005-04-23 21:26:11 +00:00
|
|
|
* This is a sample header file that is global to the entire project.
|
|
|
|
* It is located here so that everyone will find it.
|
2003-06-30 22:13:48 +00:00
|
|
|
*/
|
|
|
|
extern int compute_sample (int a);
|
|
|
|
|