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
| /* democ99.c - Demonstration program to separate C89 from C99 | |
| * | |
| * Copyright (C) 2011 Mike Miller | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * |
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
| #!/bin/sh | |
| # | |
| # ansicolortable - display ANSI colours. | |
| # | |
| # Copyright (C) 2011 Mike Miller | |
| # Copyright (C) 2006 Wouter Bolsterlee | |
| # License: CC-BY-SA-3.0 | |
| # | |
| export esc="\033[" | |
| printf "\t 40\t 41\t 42\t 43\t 44 45\t46\t 47\n" |