GitBucket
Toggle navigation
Sign in
Files
Branches
2
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
kei-n
/
libkc
Transfer to URL with SHA
Find file
Newer
Older
tree:
417ae88f86
Switch branches
×
main
master
libkc
/
modules
/
test
/ test.c
Nomura Kei
on 25 May
97 bytes
add env, map, dl
Raw
Blame
History
#include <stdio.h> FILE* output = stderr; int main() { fprintf(output, "TEST\n"); return 0; }