Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtappbuilder / src / abmf / utils_c_fileP.h
1
2 /*
3  *      $XConsortium: utils_c_fileP.h /main/3 1995/11/06 18:17:05 rswiston $
4  *
5  *      @(#)utils_c_fileP.h     1.2 11 Jul 1994 cde_app_builder/src/abmf
6  *
7  *      RESTRICTED CONFIDENTIAL INFORMATION:
8  *      
9  *      The information in this document is subject to special
10  *      restrictions in a confidential disclosure agreement between
11  *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
12  *      document outside HP, IBM, Sun, USL, SCO, or Univel without
13  *      Sun's specific written approval.  This document and all copies
14  *      and derivative works thereof must be returned or destroyed at
15  *      Sun's request.
16  *
17  *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
18  *
19  */
20
21 /*
22  * utils_c_fileP.h - writes dtb_utils.c
23  */
24 #ifndef _ABMF_UTILS_C_FILEP_H_
25 #define _ABMF_UTILS_C_FILEP_H_
26
27 #include "abmfP.h"
28 #include "write_codeP.h"
29
30
31 int abmfP_write_utils_c_file(
32                         GenCodeInfo     genCodeInfo,
33                         STRING          fileName,
34                         ABObj           project
35                         );
36
37
38 #endif /* _ABMF_UTILS_C_FILEP_H_ */
39