These gists are made to accompany my Kitty Setup blog post
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 700 | |
| #define _POSIX_C_SOURCE 200809L | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <unistd.h> | |
| #include <signal.h> | |
| #include <sys/types.h> | |
| // This was a school exercise to help us understand signals. | |
| // I'm putting it out here for future reference, |
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
| ____ ____ ____ ____ ____ ____ ____ | |
| / __) (____) (____) (____) (____) (____) (__ \ | |
| |_| |_| | |
| _ _ _ _ _ | |
| | | / | _ __ ___ (_)_ __ | |_ | | | |
| | | | | | '_ \ / _ \| | '_ \| __| | | | |
| |_| | | | |_) | (_) | | | | | |_ |_| | |
| _ |_| | .__/ \___/|_|_| |_|\__| _ | |
| | | |_| | | | |
| | | | | |


