ANSI2KNR.C
上传用户:wep9318
上传日期:2007-01-07
资源大小:893k
文件大小:17k
源码类别:

图片显示

开发平台:

Visual C++

  1. /* Copyright (C) 1989, 1991, 1993 Aladdin Enterprises. All rights reserved. */
  2. /* ansi2knr.c */
  3. /* Convert ANSI function declarations to K&R syntax */
  4. /*
  5. ansi2knr is distributed in the hope that it will be useful, but
  6. WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility
  7. to anyone for the consequences of using it or for whether it serves any
  8. particular purpose or works at all, unless he says so in writing.  Refer
  9. to the GNU General Public License for full details.
  10. Everyone is granted permission to copy, modify and redistribute
  11. ansi2knr, but only under the conditions described in the GNU
  12. General Public License.  A copy of this license is supposed to have been
  13. given to you along with ansi2knr so you can know your rights and
  14. responsibilities.  It should be in a file named COPYING.  Among other
  15. things, the copyright notice and this notice must be preserved on all
  16. copies.
  17. */
  18. /*
  19. ---------- Here is the GNU GPL file COPYING, referred to above ----------
  20. ----- These terms do NOT apply to the JPEG software itself; see README ------
  21.     GHOSTSCRIPT GENERAL PUBLIC LICENSE
  22.     (Clarified 11 Feb 1988)
  23.  Copyright (C) 1988 Richard M. Stallman
  24.  Everyone is permitted to copy and distribute verbatim copies of this
  25.  license, but changing it is not allowed.  You can also use this wording
  26.  to make the terms for other programs.
  27.   The license agreements of most software companies keep you at the
  28. mercy of those companies.  By contrast, our general public license is
  29. intended to give everyone the right to share Ghostscript.  To make sure
  30. that you get the rights we want you to have, we need to make
  31. restrictions that forbid anyone to deny you these rights or to ask you
  32. to surrender the rights.  Hence this license agreement.
  33.   Specifically, we want to make sure that you have the right to give
  34. away copies of Ghostscript, that you receive source code or else can get
  35. it if you want it, that you can change Ghostscript or use pieces of it
  36. in new free programs, and that you know you can do these things.
  37.   To make sure that everyone has such rights, we have to forbid you to
  38. deprive anyone else of these rights.  For example, if you distribute
  39. copies of Ghostscript, you must give the recipients all the rights that
  40. you have.  You must make sure that they, too, receive or can get the
  41. source code.  And you must tell them their rights.
  42.   Also, for our own protection, we must make certain that everyone finds
  43. out that there is no warranty for Ghostscript.  If Ghostscript is
  44. modified by someone else and passed on, we want its recipients to know
  45. that what they have is not what we distributed, so that any problems
  46. introduced by others will not reflect on our reputation.
  47.   Therefore we (Richard M. Stallman and the Free Software Foundation,
  48. Inc.) make the following terms which say what you must do to be allowed
  49. to distribute or change Ghostscript.
  50. COPYING POLICIES
  51.   1. You may copy and distribute verbatim copies of Ghostscript source
  52. code as you receive it, in any medium, provided that you conspicuously
  53. and appropriately publish on each copy a valid copyright and license
  54. notice "Copyright (C) 1989 Aladdin Enterprises.  All rights reserved.
  55. Distributed by Free Software Foundation, Inc." (or with whatever year is
  56. appropriate); keep intact the notices on all files that refer to this
  57. License Agreement and to the absence of any warranty; and give any other
  58. recipients of the Ghostscript program a copy of this License Agreement
  59. along with the program.  You may charge a distribution fee for the
  60. physical act of transferring a copy.
  61.   2. You may modify your copy or copies of Ghostscript or any portion of
  62. it, and copy and distribute such modifications under the terms of
  63. Paragraph 1 above, provided that you also do the following:
  64.     a) cause the modified files to carry prominent notices stating
  65.     that you changed the files and the date of any change; and
  66.     b) cause the whole of any work that you distribute or publish,
  67.     that in whole or in part contains or is a derivative of Ghostscript
  68.     or any part thereof, to be licensed at no charge to all third
  69.     parties on terms identical to those contained in this License
  70.     Agreement (except that you may choose to grant more extensive
  71.     warranty protection to some or all third parties, at your option).
  72.     c) You may charge a distribution fee for the physical act of
  73.     transferring a copy, and you may at your option offer warranty
  74.     protection in exchange for a fee.
  75. Mere aggregation of another unrelated program with this program (or its
  76. derivative) on a volume of a storage or distribution medium does not bring
  77. the other program under the scope of these terms.
  78.   3. You may copy and distribute Ghostscript (or a portion or derivative
  79. of it, under Paragraph 2) in object code or executable form under the
  80. terms of Paragraphs 1 and 2 above provided that you also do one of the
  81. following:
  82.     a) accompany it with the complete corresponding machine-readable
  83.     source code, which must be distributed under the terms of
  84.     Paragraphs 1 and 2 above; or,
  85.     b) accompany it with a written offer, valid for at least three
  86.     years, to give any third party free (except for a nominal
  87.     shipping charge) a complete machine-readable copy of the
  88.     corresponding source code, to be distributed under the terms of
  89.     Paragraphs 1 and 2 above; or,
  90.     c) accompany it with the information you received as to where the
  91.     corresponding source code may be obtained.  (This alternative is
  92.     allowed only for noncommercial distribution and only if you
  93.     received the program in object code or executable form alone.)
  94. For an executable file, complete source code means all the source code for
  95. all modules it contains; but, as a special exception, it need not include
  96. source code for modules which are standard libraries that accompany the
  97. operating system on which the executable file runs.
  98.   4. You may not copy, sublicense, distribute or transfer Ghostscript
  99. except as expressly provided under this License Agreement.  Any attempt
  100. otherwise to copy, sublicense, distribute or transfer Ghostscript is
  101. void and your rights to use the program under this License agreement
  102. shall be automatically terminated.  However, parties who have received
  103. computer software programs from you with this License Agreement will not
  104. have their licenses terminated so long as such parties remain in full
  105. compliance.
  106.   5. If you wish to incorporate parts of Ghostscript into other free
  107. programs whose distribution conditions are different, write to the Free
  108. Software Foundation at 675 Mass Ave, Cambridge, MA 02139.  We have not
  109. yet worked out a simple rule that can be stated here, but we will often
  110. permit this.  We will be guided by the two goals of preserving the free
  111. status of all derivatives of our free software and of promoting the
  112. sharing and reuse of software.
  113. Your comments and suggestions about our licensing policies and our
  114. software are welcome!  Please contact the Free Software Foundation,
  115. Inc., 675 Mass Ave, Cambridge, MA 02139, or call (617) 876-3296.
  116.        NO WARRANTY
  117.   BECAUSE GHOSTSCRIPT IS LICENSED FREE OF CHARGE, WE PROVIDE ABSOLUTELY
  118. NO WARRANTY, TO THE EXTENT PERMITTED BY APPLICABLE STATE LAW.  EXCEPT
  119. WHEN OTHERWISE STATED IN WRITING, FREE SOFTWARE FOUNDATION, INC, RICHARD
  120. M. STALLMAN, ALADDIN ENTERPRISES, L. PETER DEUTSCH, AND/OR OTHER PARTIES
  121. PROVIDE GHOSTSCRIPT "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
  122. EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  123. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE
  124. ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF GHOSTSCRIPT IS WITH
  125. YOU.  SHOULD GHOSTSCRIPT PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
  126. NECESSARY SERVICING, REPAIR OR CORRECTION.
  127.   IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL RICHARD M.
  128. STALLMAN, THE FREE SOFTWARE FOUNDATION, INC., L. PETER DEUTSCH, ALADDIN
  129. ENTERPRISES, AND/OR ANY OTHER PARTY WHO MAY MODIFY AND REDISTRIBUTE
  130. GHOSTSCRIPT AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING
  131. ANY LOST PROFITS, LOST MONIES, OR OTHER SPECIAL, INCIDENTAL OR
  132. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE
  133. (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED
  134. INACCURATE OR LOSSES SUSTAINED BY THIRD PARTIES OR A FAILURE OF THE
  135. PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS) GHOSTSCRIPT, EVEN IF YOU
  136. HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, OR FOR ANY CLAIM
  137. BY ANY OTHER PARTY.
  138. -------------------- End of file COPYING ------------------------------
  139. */
  140. #include <stdio.h>
  141. #include <ctype.h>
  142. #ifdef BSD
  143. #include <strings.h>
  144. #else
  145. #ifdef VMS
  146. extern int strlen(), strncmp();
  147. #else
  148. #include <string.h>
  149. #endif
  150. #endif
  151. /* malloc and free should be declared in stdlib.h, */
  152. /* but if you've got a K&R compiler, they probably aren't. */
  153. #ifdef MSDOS
  154. #include <malloc.h>
  155. #else
  156. #ifdef VMS
  157.      extern char *malloc();
  158.      extern void free();
  159. #else
  160.      extern char *malloc();
  161.      extern int free();
  162. #endif
  163. #endif
  164. /* Usage:
  165. ansi2knr input_file [output_file]
  166.  * If no output_file is supplied, output goes to stdout.
  167.  * There are no error messages.
  168.  *
  169.  * ansi2knr recognizes functions by seeing a non-keyword identifier
  170.  * at the left margin, followed by a left parenthesis,
  171.  * with a right parenthesis as the last character on the line.
  172.  * It will recognize a multi-line header provided that the last character
  173.  * of the last line of the header is a right parenthesis,
  174.  * and no intervening line ends with a left brace or a semicolon.
  175.  * These algorithms ignore whitespace and comments, except that
  176.  * the function name must be the first thing on the line.
  177.  * The following constructs will confuse it:
  178.  * - Any other construct that starts at the left margin and
  179.  *     follows the above syntax (such as a macro or function call).
  180.  * - Macros that tinker with the syntax of the function header.
  181.  */
  182. /* Scanning macros */
  183. #define isidchar(ch) (isalnum(ch) || (ch) == '_')
  184. #define isidfirstchar(ch) (isalpha(ch) || (ch) == '_')
  185. /* Forward references */
  186. char *skipspace();
  187. int writeblanks();
  188. int test1();
  189. int convert1();
  190. /* The main program */
  191. main(argc, argv)
  192.     int argc;
  193.     char *argv[];
  194. { FILE *in, *out;
  195. #define bufsize 5000 /* arbitrary size */
  196. char *buf;
  197. char *line;
  198. switch ( argc )
  199.    {
  200. default:
  201. printf("Usage: ansi2knr input_file [output_file]n");
  202. exit(0);
  203. case 2:
  204. out = stdout; break;
  205. case 3:
  206. out = fopen(argv[2], "w");
  207. if ( out == NULL )
  208.    { fprintf(stderr, "Cannot open %sn", argv[2]);
  209. exit(1);
  210.    }
  211.    }
  212. in = fopen(argv[1], "r");
  213. if ( in == NULL )
  214.    { fprintf(stderr, "Cannot open %sn", argv[1]);
  215. exit(1);
  216.    }
  217. fprintf(out, "#line 1 "%s"n", argv[1]);
  218. buf = malloc(bufsize);
  219. line = buf;
  220. while ( fgets(line, (unsigned)(buf + bufsize - line), in) != NULL )
  221.    { switch ( test1(buf) )
  222.    {
  223. case 1: /* a function */
  224. convert1(buf, out);
  225. break;
  226. case -1: /* maybe the start of a function */
  227. line = buf + strlen(buf);
  228. if ( line != buf + (bufsize - 1) ) /* overflow check */
  229. continue;
  230. /* falls through */
  231. default: /* not a function */
  232. fputs(buf, out);
  233. break;
  234.    }
  235. line = buf;
  236.    }
  237. if ( line != buf ) fputs(buf, out);
  238. free(buf);
  239. fclose(out);
  240. fclose(in);
  241. return 0;
  242. }
  243. /* Skip over space and comments, in either direction. */
  244. char *
  245. skipspace(p, dir)
  246.     register char *p;
  247.     register int dir; /* 1 for forward, -1 for backward */
  248. { for ( ; ; )
  249.    { while ( isspace(*p) ) p += dir;
  250. if ( !(*p == '/' && p[dir] == '*') ) break;
  251. p += dir;  p += dir;
  252. while ( !(*p == '*' && p[dir] == '/') )
  253.    { if ( *p == 0 ) return p; /* multi-line comment?? */
  254. p += dir;
  255.    }
  256. p += dir;  p += dir;
  257.    }
  258. return p;
  259. }
  260. /*
  261.  * Write blanks over part of a string.
  262.  */
  263. int
  264. writeblanks(start, end)
  265.     char *start;
  266.     char *end;
  267. { char *p;
  268. for ( p = start; p < end; p++ ) *p = ' ';
  269. return 0;
  270. }
  271. /*
  272.  * Test whether the string in buf is a function definition.
  273.  * The string may contain and/or end with a newline.
  274.  * Return as follows:
  275.  * 0 - definitely not a function definition;
  276.  * 1 - definitely a function definition;
  277.  * -1 - may be the beginning of a function definition,
  278.  * append another line and look again.
  279.  */
  280. int
  281. test1(buf)
  282.     char *buf;
  283. { register char *p = buf;
  284. char *bend;
  285. char *endfn;
  286. int contin;
  287. if ( !isidfirstchar(*p) )
  288. return 0; /* no name at left margin */
  289. bend = skipspace(buf + strlen(buf) - 1, -1);
  290. switch ( *bend )
  291.    {
  292. case ')': contin = 1; break;
  293. case '{':
  294. case ';': return 0; /* not a function */
  295. default: contin = -1;
  296.    }
  297. while ( isidchar(*p) ) p++;
  298. endfn = p;
  299. p = skipspace(p, 1);
  300. if ( *p++ != '(' )
  301. return 0; /* not a function */
  302. p = skipspace(p, 1);
  303. if ( *p == ')' )
  304. return 0; /* no parameters */
  305. /* Check that the apparent function name isn't a keyword. */
  306. /* We only need to check for keywords that could be followed */
  307. /* by a left parenthesis (which, unfortunately, is most of them). */
  308.    { static char *words[] =
  309.    { "asm", "auto", "case", "char", "const", "double",
  310. "extern", "float", "for", "if", "int", "long",
  311. "register", "return", "short", "signed", "sizeof",
  312. "static", "switch", "typedef", "unsigned",
  313. "void", "volatile", "while", 0
  314.    };
  315. char **key = words;
  316. char *kp;
  317. int len = endfn - buf;
  318. while ( (kp = *key) != 0 )
  319.    { if ( strlen(kp) == len && !strncmp(kp, buf, len) )
  320. return 0; /* name is a keyword */
  321. key++;
  322.    }
  323.    }
  324. return contin;
  325. }
  326. int
  327. convert1(buf, out)
  328.     char *buf;
  329.     FILE *out;
  330. { char *endfn;
  331. register char *p;
  332. char **breaks;
  333. unsigned num_breaks = 2; /* for testing */
  334. char **btop;
  335. char **bp;
  336. char **ap;
  337. /* Pre-ANSI implementations don't agree on whether strchr */
  338. /* is called strchr or index, so we open-code it here. */
  339. for ( endfn = buf; *(endfn++) != '('; ) ;
  340. top: p = endfn;
  341. breaks = (char **)malloc(sizeof(char *) * num_breaks * 2);
  342. if ( breaks == 0 )
  343.    { /* Couldn't allocate break table, give up */
  344. fprintf(stderr, "Unable to allocate break table!n");
  345. fputs(buf, out);
  346. return -1;
  347.    }
  348. btop = breaks + num_breaks * 2 - 2;
  349. bp = breaks;
  350. /* Parse the argument list */
  351. do
  352.    { int level = 0;
  353. char *end = NULL;
  354. if ( bp >= btop )
  355.    { /* Filled up break table. */
  356. /* Allocate a bigger one and start over. */
  357. free((char *)breaks);
  358. num_breaks <<= 1;
  359. goto top;
  360.    }
  361. *bp++ = p;
  362. /* Find the end of the argument */
  363. for ( ; end == NULL; p++ )
  364.    { switch(*p)
  365.    {
  366. case ',': if ( !level ) end = p; break;
  367. case '(': level++; break;
  368. case ')': if ( --level < 0 ) end = p; break;
  369. case '/': p = skipspace(p, 1) - 1; break;
  370. default: ;
  371.    }
  372.    }
  373. p--; /* back up over terminator */
  374. /* Find the name being declared. */
  375. /* This is complicated because of procedure and */
  376. /* array modifiers. */
  377. for ( ; ; )
  378.    { p = skipspace(p - 1, -1);
  379. switch ( *p )
  380.    {
  381. case ']': /* skip array dimension(s) */
  382. case ')': /* skip procedure args OR name */
  383.    { int level = 1;
  384. while ( level )
  385.  switch ( *--p )
  386.    {
  387. case ']': case ')': level++; break;
  388. case '[': case '(': level--; break;
  389. case '/': p = skipspace(p, -1) + 1; break;
  390. default: ;
  391.    }
  392.    }
  393. if ( *p == '(' && *skipspace(p + 1, 1) == '*' )
  394.    { /* We found the name being declared */
  395. while ( !isidfirstchar(*p) )
  396. p = skipspace(p, 1) + 1;
  397. goto found;
  398.    }
  399. break;
  400. default: goto found;
  401.    }
  402.    }
  403. found: if ( *p == '.' && p[-1] == '.' && p[-2] == '.' )
  404.    { p++;
  405. if ( bp == breaks + 1 ) /* sole argument */
  406. writeblanks(breaks[0], p);
  407. else
  408. writeblanks(bp[-1] - 1, p);
  409. bp--;
  410.    }
  411. else
  412.    { while ( isidchar(*p) ) p--;
  413. *bp++ = p+1;
  414.    }
  415. p = end;
  416.    }
  417. while ( *p++ == ',' );
  418. *bp = p;
  419. /* Make a special check for 'void' arglist */
  420. if ( bp == breaks+2 )
  421.    { p = skipspace(breaks[0], 1);
  422. if ( !strncmp(p, "void", 4) )
  423.    { p = skipspace(p+4, 1);
  424. if ( p == breaks[2] - 1 )
  425.    { bp = breaks; /* yup, pretend arglist is empty */
  426. writeblanks(breaks[0], p + 1);
  427.    }
  428.    }
  429.    }
  430. /* Put out the function name */
  431. p = buf;
  432. while ( p != endfn ) putc(*p, out), p++;
  433. /* Put out the declaration */
  434. for ( ap = breaks+1; ap < bp; ap += 2 )
  435.    { p = *ap;
  436. while ( isidchar(*p) ) putc(*p, out), p++;
  437. if ( ap < bp - 1 ) fputs(", ", out);
  438.    }
  439. fputs(")  ", out);
  440. /* Put out the argument declarations */
  441. for ( ap = breaks+2; ap <= bp; ap += 2 ) (*ap)[-1] = ';';
  442. fputs(breaks[0], out);
  443. free((char *)breaks);
  444. return 0;
  445. }