Skip to content

Instantly share code, notes, and snippets.

@sofar
Created December 28, 2016 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sofar/2268a96080dd7e7d7b14685ad771ed39 to your computer and use it in GitHub Desktop.
Save sofar/2268a96080dd7e7d7b14685ad771ed39 to your computer and use it in GitHub Desktop.
#include <stdint.h>
#include <stdlib.h>
int main(void)
{
uint8_t a = 254;
int16_t b = 0;
exit(b - a);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment