1 2 3 4 5 6 7 8 9 10 11 12 13
/* * vim:ts=4:sw=4:expandtab */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <stdbool.h> #include <stdint.h> int main(int argc, char **argv) { return EXIT_SUCCESS; }