Page 1 of 1

C clip library

Posted: Wed Aug 14, 2002 6:03 pm
by just a friend
I've read where lots of programmers are using Textpad. So I was surprised when I couldn't find a tcl for a blank c src file.

Wasn't hard to create one myself once I figured out how. To make it even easier on others, I've included the paltry source here:

Enjoy!

!TCL=6744,
!TITLE=C
!SORT=Y
!CHARSET=ANSI

!TEXT=Blank console src file^
#include <stdio.h>


int main(void)
{


\^

system("PAUSE");
return 0;
}
!