My idea for a "libheb12" (what I would want to use)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #ifndef HEB12_H
- #define HEB12_H
-
- // Format verses like so: John 3:16
- #define STDVERSE "%s %d:%d"
-
- // If needed: "John 3 16-16"
- #define STDVERSETO "%s %d:%d-%d"
-
- #endif
|