Skip to content

Instantly share code, notes, and snippets.

@jbowens
Created April 2, 2013 05:05
Show Gist options
  • Select an option

  • Save jbowens/5290062 to your computer and use it in GitHub Desktop.

Select an option

Save jbowens/5290062 to your computer and use it in GitHub Desktop.
#include<stdio.h>
#include<fcntl.h>
int main() {
int ret = open("/home/jbowens/lol.txt/", O_WRONLY | O_CREAT);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment