2003-07-01 06:13:48 +08:00
|
|
|
/*
|
|
|
|
* File: sample.h
|
|
|
|
*
|
2005-04-24 05:26:11 +08: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-07-01 06:13:48 +08:00
|
|
|
*/
|
|
|
|
extern int compute_sample (int a);
|
|
|
|
|