php-internal-docs
8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
base.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2021-2023 Alexander Borisov
3
*
4
* Author: Alexander Borisov <borisov@lexbor.com>
5
*/
6
7
#ifndef LEXBOR_SELECTORS_BASE_H
8
#define LEXBOR_SELECTORS_BASE_H
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
14
#include "
lexbor/core/base.h
"
15
16
17
#define LXB_SELECTORS_VERSION_MAJOR 0
18
#define LXB_SELECTORS_VERSION_MINOR 3
19
#define LXB_SELECTORS_VERSION_PATCH 0
20
21
#define LXB_SELECTORS_VERSION_STRING LEXBOR_STRINGIZE(LXB_SELECTORS_VERSION_MAJOR) "." \
22
LEXBOR_STRINGIZE(LXB_SELECTORS_VERSION_MINOR) "." \
23
LEXBOR_STRINGIZE(LXB_SELECTORS_VERSION_PATCH)
24
25
26
#ifdef __cplusplus
27
}
/* extern "C" */
28
#endif
29
30
#endif
/* LEXBOR_SELECTORS_BASE_H */
base.h
ext
dom
lexbor
lexbor
selectors
base.h
Generated on Sat Aug 23 2025 01:46:06 for php-internal-docs by
1.13.2