blob: b3ce9ce2928297fb61db666d865de81542743da3 [file] [log] [blame]
John Criswell723ccd62003-06-30 22:13:48 +00001/*
2 * File: sample.h
3 *
Jeff Cohenb02fbfc2005-04-23 21:26:11 +00004 * 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 Criswell723ccd62003-06-30 22:13:48 +00006 */
7extern int compute_sample (int a);
8