Discussion:
[RFD] A New rst Program
(too old to reply)
mimus
2007-12-02 19:35:36 UTC
Permalink
/* "rst.c" */

/* include cd(), throb(), guitar(), post(): */
#include "rst.h"

int main(void)
{

while ( 1 )
if ( cd() && throb() && ! guitar() )
post();

}
--
Let there be cd() and throb() and post().
mimus
2007-12-02 23:39:33 UTC
Permalink
Post by mimus
/* "rst.c" */
/* include cd(), throb(), guitar(), post(): */
#include "rst.h"
int main(void)
{
while ( 1 )
if ( cd() && throb() && ! guitar() )
post();
}
"rst"? please find-and-replace with "rmi".

No wonder it's not working.
--
Let there be throbbing.
Loading...