#include "smartass.h"

int main()
{
    if (IntelligentThingsToSay() > 0)
      return TRUE;
    return FALSE;
}

int IntelligentThingsToSay()
{
    // ... ... ... ... Think not.
    return 0;
}