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 BOOK_H
- #define BOOK_H
-
- int osisbook(char *string, char buffer[], unsigned int len);
-
- struct OSISBooks {
- char osis[64];
- char *alt[5];
- int length;
- };
-
- #endif
|