mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
16017f6d78
Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
13 lines
108 B
C
13 lines
108 B
C
#ifndef PHP_NDBM_H
|
|
#define PHP_NDBM_H
|
|
|
|
#if DBA_NDBM
|
|
|
|
#include "php_dba.h"
|
|
|
|
DBA_FUNCS(ndbm);
|
|
|
|
#endif
|
|
|
|
#endif
|