From 6cede6e40311e34846e504e9be7d6adf7fdc2953 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 14 Apr 1998 15:17:00 +0000 Subject: Added urls as links --- doc/started/buildrt.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/started/buildrt.t') diff --git a/doc/started/buildrt.t b/doc/started/buildrt.t index edfc0c4911..0bbd77215a 100644 --- a/doc/started/buildrt.t +++ b/doc/started/buildrt.t @@ -44,9 +44,9 @@ function in a file named @code{f.c}: @example int f( int x ) -{ +@{ return x + 1; -} +@} @end example Then assemble the file using a command similar to the following: -- cgit v1.2.3