12 lines
134 B
C
12 lines
134 B
C
/*
|
|
* hebrew.h
|
|
* by crisk
|
|
*
|
|
* for hebrew_process in hebrew.c
|
|
*
|
|
*/
|
|
|
|
extern unsigned char *hebrew_process(unsigned char *str);
|
|
|
|
|