-   
-   
- #include "coleccion.h"//el nombre del .h es el que tu elijas 
-   
- tipo_de_retorno funcion1(parametros) 
- { 
- //loque haga esta funcion 
- } 
-   
- tipo_de_retorno funcion2(parametros) 
- { 
- //loque haga esta funcion 
- } 
-   
- tipo_de_retorno funcion3(parametros) 
- { 
- //loque haga esta funcion 
- } 
-   
-