v2
This commit is contained in:
10
README
10
README
@@ -1,16 +1,18 @@
|
||||
+ libcolor
|
||||
|
||||
A library to style programs with command-line interaction. Includes colors and symbols.
|
||||
A library to style programs with command-line interaction.
|
||||
|
||||
+ Usage
|
||||
|
||||
#include <color.h>
|
||||
#include <stdio.h>
|
||||
#include "libcolor.h"
|
||||
|
||||
int main() {
|
||||
int
|
||||
main()
|
||||
{
|
||||
printf(COL_RED "red\n" COL_RESET);
|
||||
printf(COL_BLUE "blue\n" COL_RESET);
|
||||
printf(TXT_BOLd "bold\n" TXT_RESET);
|
||||
printf(COL_GREEB "green\n" COL_RESET);
|
||||
}
|
||||
|
||||
+ Installation
|
||||
|
||||
Reference in New Issue
Block a user