Skip to content

Instantly share code, notes, and snippets.

@DrPaulBrewer
DrPaulBrewer / replace.c
Last active August 29, 2015 14:21 — forked from anonymous/replace.c
/* replace.c code snippet
* Copyright 2015 Dr Paul Brewer Economic and Financial Technology Consulting LLC
* License: MIT
* http://opensource.org/licenses/MIT
*/
#include <ctype.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>