Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

\prog\ challenge

Name: Anonymous 2020-09-09 19:33

Just post any fucking code, can be fibs or even hello world

Name: Anonymous 2020-09-10 5:29

//test file for void3 enum class
#include <stdio.h>
#include <stdint.h>
#define atype __auto_type
#define enumc(name,...) typedef union{}name;name __VA_ARGS__;
#define istype(x,type) (_Generic((x),type:1,default:0))
int main(){
enumc(Colors,Red,Blue,Yellow,Green);
Colors Purple=Red;
atype Black=Blue;
printf("%d:%d,%d:%d",istype(Purple,Colors),istype(Black,int),sizeof(Red),sizeof(Blue));
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List