/[freetype]/freetype2/src/tools/apinames.c
ViewVC logotype

Diff of /freetype2/src/tools/apinames.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by freetype, Sun Oct 16 08:29:12 2005 UTC revision 1.2 by wl, Tue Oct 18 06:09:13 2005 UTC
# Line 1  Line 1 
1  /* this little program is used to parse the FreeType headers and  /*
2   * find the declaration of all public API. This is easy, because   * This little program is used to parse the FreeType headers and
3     * find the declaration of all public API.  This is easy, because
4   * they all look like the following:   * they all look like the following:
5   *   *
6   *   FT_EXPORT( return_type )   *   FT_EXPORT( return_type )
7   *   function_name( function arguments );   *   function_name( function arguments );
8   *   *
9   * you must pass it the list of header files as arguments, wildcards   * You must pass the list of header files as arguments.  Wildcards are
10   * accepted if you're using GCC on Windows   * accepted if you are using GCC for compilation (and probably by
11     * other compilers too).
12   *   *
13   * Author: David Turner   * Author: David Turner, 2005
14     *
15     * This code is explicitly placed into the public domain.
16   *   *
  * This code is explicitely placed in the public domain  
17   */   */
18    
19  #include <stdio.h>  #include <stdio.h>
20  #include <stdlib.h>  #include <stdlib.h>
21    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26