Skip to content

Instantly share code, notes, and snippets.

@Atlas48
Created April 14, 2015 15:35
Show Gist options
  • Save Atlas48/c28a412b157865e393e7 to your computer and use it in GitHub Desktop.
Save Atlas48/c28a412b157865e393e7 to your computer and use it in GitHub Desktop.
adds a few extra functions to C
#include <sdtio.h>
/* */
void intang(x){
return (x-2)*180;
}
void intangs(x){
return ((x-2)*180)/2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment