Skip to content

Instantly share code, notes, and snippets.

@herber
Last active October 27, 2017 10:23
Show Gist options
  • Save herber/24034cc7f93912ed5c1d175ca071513f to your computer and use it in GitHub Desktop.
Save herber/24034cc7f93912ed5c1d175ca071513f to your computer and use it in GitHub Desktop.
C - Cheat Sheet
int test[2] = { 'v1', 'v2' };
int test[10];
void name(int param) {
  return 0;
}

IO

#include <stdio.h>

More Ints

#include <stdint.h>

Custom

#include "file.h"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment