php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
const.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2023 Alexander Borisov
3 *
4 * Author: Alexander Borisov <borisov@lexbor.com>
5 */
6
7/*
8 * Caution!
9 * This file generated by the script "utils/lexbor/css/names.py"!
10 * Do not change this file!
11 */
12
13
14#ifndef LXB_CSS_AT_RULE_CONST_H
15#define LXB_CSS_AT_RULE_CONST_H
16
17
19
20
21enum {
27};
28typedef uintptr_t lxb_css_at_rule_type_t;
29
30
31#endif /* LXB_CSS_AT_RULE_CONST_H */
uintptr_t lxb_css_at_rule_type_t
Definition const.h:28
@ LXB_CSS_AT_RULE__CUSTOM
Definition const.h:23
@ LXB_CSS_AT_RULE_NAMESPACE
Definition const.h:25
@ LXB_CSS_AT_RULE__UNDEF
Definition const.h:22
@ LXB_CSS_AT_RULE_MEDIA
Definition const.h:24
@ LXB_CSS_AT_RULE__LAST_ENTRY
Definition const.h:26