#include pps/lrblib.tc #include pps/library.tc // foo returns the number of double letters in word foo char word(0) [ char ch;int count,length,i length=strlen(word) ch=word(0) // save first letter i=1 // start comparing just past it while i