diff options
author | John Criswell <criswell@uiuc.edu> | 2003-06-30 22:13:48 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-06-30 22:13:48 +0000 |
commit | 723ccd615f99b65454e199cda9feb31f2283e787 (patch) | |
tree | 880aa2fb6590d580638a944c8bc4c8d8c9f352f8 /projects/sample/include | |
parent | 2f8b41738ed579f91105569243919ff12be0ba0a (diff) |
Adding in sample project tree.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7018 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/sample/include')
-rw-r--r-- | projects/sample/include/sample.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/projects/sample/include/sample.h b/projects/sample/include/sample.h new file mode 100644 index 0000000000..db3441f76f --- /dev/null +++ b/projects/sample/include/sample.h @@ -0,0 +1,8 @@ +/* + * File: sample.h + * + * This is a sample header file that is global to the entire project. + * It is located here so that everyone will find it. + */ +extern int compute_sample (int a); + |