Skip to content

Instantly share code, notes, and snippets.

@c02y
Created July 3, 2018 04:19
Show Gist options
  • Save c02y/fe86a5c808b3ab10e04af98d4dd85bc9 to your computer and use it in GitHub Desktop.
Save c02y/fe86a5c808b3ab10e04af98d4dd85bc9 to your computer and use it in GitHub Desktop.
type.c
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <signal.h> /* for SIG_ERR */
#include <stddef.h> /* for offsetof */
#include <termios.h>
#include <math.h>
#include <time.h>
#include <sys/time.h>
#include <sys/termios.h> /* for winsize */
#include <sys/ioctl.h>
int main(int argc, char **argv)
{
argv[1] type;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment