diff enc-text/defs.h @ 2:a16b1b9728f6

enc-text: sms-encode-text program written
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 05 Aug 2023 02:07:22 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/enc-text/defs.h	Sat Aug 05 02:07:22 2023 +0000
@@ -0,0 +1,6 @@
+/*
+ * Miscellaneous definitions for sms-encode-text utility.
+ */
+
+#define	MAX_MSG_CHARS	(153*255)
+#define	MAX_MSG_UNI	(67*255)