/************* * Header file for tilde.c * 1999 E. Rouat ************/ #ifndef TILDE_H_INCLUDED #define TILDE_H_INCLUDED char * tilde_expand(char *string); #endif