Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/yamlPublic

Commit0ef67d1

Browse files
authored
Merge pull request#148 from MichaelChirico/patch-1
Directly include system headers
2 parents5a80afa +8ff6d79 commit0ef67d1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎src/dumper.c‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
#include<stdio.h>// snprintf
23
#include"yaml_private.h"
34

45
/*

‎src/implicit.c‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* Generated by re2c 3.0 */
22
#line 1 "implicit.re"
3+
#include<stddef.h>// size_t
34
#include"yaml.h"
45

56
char*Ryaml_find_implicit_tag(constchar*str,size_tlen)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp