mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00
6 lines
139 B
C
6 lines
139 B
C
/* Generate definitions of ctype arrays
|
|
*/
|
|
|
|
#include <global.h>
|
|
#define CTYPE_LIBRARY /* initialize ctype arrays */
|
|
#include "m_ctype.h"
|