File tree 2 files changed +0
-42
lines changed
2 files changed +0
-42
lines changed Original file line number Diff line number Diff line change 1
- /**
2
- * cwebsocket: A fast, lightweight websocket client/server
3
- *
4
- * Copyright (c) 2014 Jeremy Hahn
5
- *
6
- * This file is part of cwebsocket.
7
- *
8
- * cwebsocket is free software: you can redistribute it and/or modify
9
- * it under the terms of the GNU Lesser General Public License as published
10
- * by the Free Software Foundation, either version 3 of the License, or
11
- * (at your option) any later version.
12
- *
13
- * cwebsocket is distributed in the hope that it will be useful,
14
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
- * GNU Lesser General Public License for more details.
17
- *
18
- * You should have received a copy of the GNU Lesser General Public License
19
- * along with cwebsocket. If not, see <http://www.gnu.org/licenses/>.
20
- */
21
-
22
1
#include "utf8.h"
23
2
24
3
int utf8_count_code_points (uint8_t * s , size_t * count ) {
Original file line number Diff line number Diff line change 1
- /**
2
- * cwebsocket: A fast, lightweight websocket client/server
3
- *
4
- * Copyright (c) 2014 Jeremy Hahn
5
- *
6
- * This file is part of cwebsocket.
7
- *
8
- * cwebsocket is free software: you can redistribute it and/or modify
9
- * it under the terms of the GNU Lesser General Public License as published
10
- * by the Free Software Foundation, either version 3 of the License, or
11
- * (at your option) any later version.
12
- *
13
- * cwebsocket is distributed in the hope that it will be useful,
14
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
- * GNU Lesser General Public License for more details.
17
- *
18
- * You should have received a copy of the GNU Lesser General Public License
19
- * along with cwebsocket. If not, see <http://www.gnu.org/licenses/>.
20
- */
21
-
22
1
#ifndef UTF8_H_
23
2
#define UTF8_H_
24
3
You can’t perform that action at this time.
0 commit comments