DLC

DLC may refer to:

Law

Organizations

Science and technology

Computing

Other uses

gollark: Oh, right.
gollark: That is what I said, no?
gollark: ```c#define TWICE(x) x; x;#define METATWICE(f, x) f(f(x))#include <stdio.h>int main() { TWICE(TWICE(TWICE(printf("bee\n")))) METATWICE(TWICE, printf("bee2\n"))}```μhahaha.
gollark: Idea: C hyperoperations?
gollark: ```c#define TWICE(x) x; x;#include <stdio.h>int main() { TWICE(TWICE(TWICE(printf("bee\n"))))}```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.