what does the symbol "*" means in a c script if it is placed before a function name?
example:
slow *creation(arguments ){ instructions } <