Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
_Generic / struct
#include <stdint.h> #include <stdio.h> struct foo { unsigned _id; }; #define foo_make(x) \ _Generic( \ (x), \ struct foo: (x), \ default: 0) int main(void) { struct foo i; struct foo j = foo_make(i); return 0; }
run
|
edit
|
history
|
help
0
Eukleidova algoritmu
ternary test c89
Es un rectangulo
Herout (67) - 2
13 12 2014 20:25
Herout (67) - 7
Linear Classifier in C
Bucles: suma impares menores que N
Cvičenie -č.6-UDP
Teylor