-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmdparser_md4c_vendor.h
More file actions
22 lines (18 loc) · 912 Bytes
/
Copy pathmdparser_md4c_vendor.h
File metadata and controls
22 lines (18 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
+----------------------------------------------------------------------+
| Copyright (c) 2025-2026, Ilia Alshanetsky |
| Copyright (c) 2025-2026, Advanced Internet Designs Inc. |
+----------------------------------------------------------------------+
| This source file is subject to the BSD 3-Clause license that is |
| bundled with this package in the file LICENSE. |
+----------------------------------------------------------------------+
| Author: Ilia Alshanetsky <ilia@ilia.ws> |
+----------------------------------------------------------------------+
*/
#ifndef MDPARSER_MD4C_VENDOR_H
#define MDPARSER_MD4C_VENDOR_H
#include "php.h"
#include "md4c.h"
int mdparser_md4c_parse(const MD_CHAR *text, MD_SIZE size,
const MD_PARSER *parser, void *userdata, bool *bailed_out);
#endif