forked from llvm-mirror/llvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43219 91177308-0d34-0410-b5e6-96231b3b80d8
- Loading branch information
Showing
3 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,18 @@ | |
<p>Written by <a href="mailto:[email protected]">Owen Anderson</a></p> | ||
</div> | ||
|
||
<!-- *********************************************************************** --> | ||
<div class="doc_section"><a name="intro">Code Samples</a></div> | ||
<!-- *********************************************************************** --> | ||
|
||
<div class="doc_text"> | ||
All the code in this example can be downloaded at <a href="Tutorial1.tar.bz2">Tutorial1.tar.bz2</a> or <a href="Tutorial1.zip">Tutorial1.zip</a>. | ||
</div> | ||
|
||
<!-- *********************************************************************** --> | ||
<div class="doc_section"><a name="intro">A First Function</a></div> | ||
<!-- *********************************************************************** --> | ||
|
||
<div class="doc_text"> | ||
|
||
<p>For starters, lets consider a relatively straightforward function that takes three integer parameters and returns an arithmetic combination of them. This is nice and simple, especially since it involves no control flow:</p> | ||
|
Binary file not shown.
Binary file not shown.