/************* * Header file for backq.c * 1999 E. Rouat ************/ #ifndef BACKQ_H_INCLUDED #define BACKQ_H_INCLUDED wordlist * cp_bquote(wordlist *wlist); #endif