This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define _XOPEN_SOURCE 600 | |
#define _POSIX_C_SOURCE 200112L | |
#define _BSD_SOURCE | |
#include <stdio.h> | |
#include <string.h> | |
#include <math.h> | |
// mmmmm..... donut! | |
int main() { |