/* ------------------------------------------------------------------- */
/* 2. C<<1 basic data types - updated 2008-01-07 by xCh. */
/* ------------------------------------------------------------------- */
+
#define Create_str(ID,STRATOM) char *ID=get_str(STRATOM);
#define Create_mem()
/* ------------------------------------------------------------------- */
program
{
- for_arguments
+ int state = 0;
+ string filename = NULL,line = NULL;
+ file f = NULL;
+
+
+ try
{
+ f = file_write("_cake.c");
+ for_directory_filenames(filename,"./")
+ {
+ for_file_lines(line,filename)
+ {
+ for_chars(znak,line)
+ {
+ switch(znak)
+ {
+ case '<': state
+ case '>':
+ case '?':
+ case 'C':
+ case '%':
+ case '{':
+ case '}':
+ default:
+ }
+ }
+ }
+ }
+ }
-
+ if_exception_switch
+ {
+ case ERROR_FILE:
+
}
-
-
}