Skip to content

Instantly share code, notes, and snippets.

@dheaney
Created May 19, 2013 01:19
Show Gist options
  • Select an option

  • Save dheaney/5606291 to your computer and use it in GitHub Desktop.

Select an option

Save dheaney/5606291 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <stdlib.h>
int main() {
printf("%s/.gtktactoe/config.json\n", getenv("HOME"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment