/[ascend]/trunk/base/generic/compiler/setio.h
ViewVC logotype

Diff of /trunk/base/generic/compiler/setio.h

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

revision 1065 by johnpye, Wed Jun 21 07:00:45 2006 UTC revision 1066 by johnpye, Sun Jan 7 10:02:41 2007 UTC
# Line 37  Line 37 
37   *  </pre>   *  </pre>
38   */   */
39    
40  #ifndef __SETIO_H_SEEN__  #ifndef ASC_SETIO_H
41  #define __SETIO_H_SEEN__  #define ASC_SETIO_H
42    
43    /** addtogroup compiler Compiler
44        @{
45    */
46    
47  extern void WriteSetNode(FILE *f, CONST struct Set *s);  extern void WriteSetNode(FILE *f, CONST struct Set *s);
48  /**<  /**<
# Line 72  extern void WriteSet2Str(Asc_DString *ds Line 76  extern void WriteSet2Str(Asc_DString *ds
76   *  Output the set with no leading or trailing white space.   *  Output the set with no leading or trailing white space.
77   */   */
78    
79  #endif  /* __SETIO_H_SEEN__ */  /* @} */
80    
81    #endif  /* ASC_SETIO_H */
82    

Legend:
Removed from v.1065  
changed lines
  Added in v.1066

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22