GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
miura250
/
langC_sp01
Transfer to URL with SHA
Find file
Newer
Older
tree:
5bf28981f0
Branches
Tags
×
master
langC_sp01
/
extern
/ q.c
Motoki
9 days ago
106 bytes
extern
Raw
Blame
History
#include <stdio.h> #include <math.h> int q(float x) { printf("d = %f\n", x*2); return floor(x*2); }