Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_memget.html')
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_memget.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_memget.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_memget.html
index b0a5fd04c..6cbc4441d 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_memget.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_memget.html
@@ -5,7 +5,9 @@
<pre>
#include &lt;upc.h&gt;
- void upc_memget(void * restrict dst, shared const void * restrict src, size_t n);
+ void upc_memget(void * restrict dst,
+ shared const void * restrict src,
+ size_t n);
</pre>
@@ -29,4 +31,5 @@ declared with the type
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>

Back to the top