#include <stdio.h> char *Description(char *tmp) { char description[512]; sprintf(description,"This is an example modules and this was passwd to it: [%s]",tmp); return(description); }