comparison 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
comparison
equal deleted inserted replaced
1:13518c86b73c 2:a16b1b9728f6
1 /*
2 * Miscellaneous definitions for sms-encode-text utility.
3 */
4
5 #define MAX_MSG_CHARS (153*255)
6 #define MAX_MSG_UNI (67*255)