Skip to content

Instantly share code, notes, and snippets.

@anuvrat
Created April 15, 2012 06:55
Show Gist options
  • Select an option

  • Save anuvrat/2390604 to your computer and use it in GitHub Desktop.

Select an option

Save anuvrat/2390604 to your computer and use it in GitHub Desktop.
/*
* Adjust the score by oomkilladj.
*/
if (p->oomkilladj) {
if (p->oomkilladj > 0)
points <<= p->oomkilladj;
else
points >>= -(p->oomkilladj);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment