Created
December 18, 2011 17:40
-
-
Save shouichi/1494014 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#include <stdio.h> | |
#define RED "[31m" | |
#define RESET "[0m" | |
int main(void) | |
{ | |
printf(RED "A red string.\n" RESET); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment