This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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> |