From 910f1196e878f3e342c79edf4f8e25bdaf7a6237 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Tue, 15 Oct 1996 05:53:24 +0200
Subject: [PATCH] doc for strmult

Rev: doc/simulated/strmult:1.1
---
 doc/simulated/strmult | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 doc/simulated/strmult

diff --git a/doc/simulated/strmult b/doc/simulated/strmult
new file mode 100644
index 0000000000..87feb85192
--- /dev/null
+++ b/doc/simulated/strmult
@@ -0,0 +1,11 @@
+NAME
+	strmult - multiply strings
+
+SYNTAX
+	#include <string.h>
+
+	string strmult(string s, int num);
+
+DESCRIPTION
+	This function multplies 's' by 'num'. The return value is the same
+	as appending 's' to an empty string 'num' times.
-- 
GitLab