I'd like to colour my text green, but dont know how, which is usually the reason i make a thread here, hehe. I thought best to search the FAQ first and this code came up as an example:

Code:
#include <stdio.h> 
#include <conio.h> 

int main ( void )
{
  textcolor ( MAGENTA );
  cprintf ( "This is a test\n" );

  return 0;
}
I tried using the code

Code:
textcolor ( MAGENTA );
but it says it's undeclared. I tried it with the <stdoi.h> header file too but with no avail, could someone please help, thanks again