이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
piumarta
/
ccmeta
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Add some typedefs to proceed past non-inclusion of header files.
master
Ian Piumarta
2 년 전
부모
91d5e4af0b
커밋
6145288153
4개의 변경된 파일
과
11개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
tests/c/00104.c
+2
-0
tests/c/00187.c
+3
-0
tests/c/00189.c
+2
-0
tests/c/00220.c
+ 4
- 0
tests/c/00104.c
파일 보기
@ -1,5 +1,9 @@
#
include
<stdint.h>
typedef
int
int32_t
;
typedef
long
int64_t
;
int
main
(
)
{
+ 2
- 0
tests/c/00187.c
파일 보기
@ -1,5 +1,7 @@
#
include
<stdio.h>
typedef
struct
FILE
FILE
;
int
main
(
)
{
FILE
*
f
=
fopen
(
"
fred.txt
"
,
"
w
"
)
;
+ 3
- 0
tests/c/00189.c
파일 보기
@ -1,5 +1,8 @@
#
include
<stdio.h>
typedef
struct
FILE
FILE
;
FILE
*
stdout
;
int
fred
(
int
p
)
{
printf
(
"
yo %d
\n
"
,
p
)
;
+ 2
- 0
tests/c/00220.c
파일 보기
@ -2,6 +2,8 @@
#
include
<stdio.h>
#
include
<wchar.h>
typedef
int
wchar_t
;
int
main
(
)
{
wchar_t
s
[
]
=
L
"
hello$$你好¢¢世界€€world
"
;
쓰기
미리보기
불러오는 중...
취소
저장