blob: 4a0b537ebb8bc669ddfcfb17fc9e748bf2a5c04e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
--- mymalloc.h.orig Sun Feb 20 15:48:02 2005
+++ mymalloc.h Sun Feb 20 15:49:36 2005
@@ -1,14 +1,14 @@
/*++
-/* NAME
-/* mymalloc 3h
-/* SUMMARY
-/* memory management wrappers
-/* SYNOPSIS
-/* #include "mymalloc.h"
-/* DESCRIPTION
-/* .nf
+ * NAME
+ * mymalloc 3h
+ * SUMMARY
+ * memory management wrappers
+ * SYNOPSIS
+ * #include "mymalloc.h"
+ * DESCRIPTION
+ * .nf
- /*
+ *
* External interface.
*/
extern char *mymalloc(int);
@@ -16,12 +16,12 @@
extern char *mystrdup(const char *);
/* LICENSE
-/* .ad
-/* .fi
-/* The IBM Public License must be distributed with this software.
-/* AUTHOR(S)
-/* Wietse Venema
-/* IBM T.J. Watson Research
-/* P.O. Box 704
-/* Yorktown Heights, NY 10598, USA
-/*--*/
+ * .ad
+ * .fi
+ * The IBM Public License must be distributed with this software.
+ * AUTHOR(S)
+ * Wietse Venema
+ * IBM T.J. Watson Research
+ * P.O. Box 704
+ * Yorktown Heights, NY 10598, USA
+ *--*/
|