Skip to content

Instantly share code, notes, and snippets.

@timpulver
Created March 19, 2012 19:27
Show Gist options
  • Save timpulver/2125223 to your computer and use it in GitHub Desktop.
Save timpulver/2125223 to your computer and use it in GitHub Desktop.
Delete a file (CPP)
#include <stdio.h>
int remove(const char *filename);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment