blob: 64578b0ba3ef7a80d25d4b06885fd09220a04fb9 [file] [log] [blame]
#include "stdafx.h"
#include "SuperString.h"
#include "CFTest.h"
#include "stdio.h"
int main()
{
CFTest();
#if defined(__WIN32__)
#ifdef __MWERKS__
getc(stdin);
#endif
#endif
return 0;
}