summaryrefslogtreecommitdiff
path: root/lscp.c
diff options
context:
space:
mode:
Diffstat (limited to 'lscp.c')
-rw-r--r--lscp.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/lscp.c b/lscp.c
index d4fdcde..9d3e8d1 100644
--- a/lscp.c
+++ b/lscp.c
@@ -20,6 +20,15 @@
* U+2a0d 1 a ⨍ b FINITE PART INTEGRAL
* U+2a0e 1 a ⨎ b INTEGRAL WITH DOUBLE STROKE
* U+2a0f 1 a ⨏ b INTEGRAL AVERAGE WITH SLASH
+ *
+ * PREREQUISITES
+ * The <uniname.h> header file
+ * FreeBSD:
+ * Install the devel/libunistring port.
+ *
+ * COMPILATION
+ * FreeBSD:
+ * cc -o lscp -I /usr/local/include -L /usr/local/lib -luninameslist -lunistring lscp.c
*/
#include <stdio.h>
#include <stdlib.h>