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;
}
!
C clip library
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard