2Fermer4
FarewellLe 30/12/2009 à 00:49
machin.c 
 
#include "kernel.h" 
#include "funcs.h" 

+ const char* HelpText;

void CommandHelp(void) 
{ 
  printf("abc"); 
  ngetchx(); 
}

Sans le '+' évidemment.