Difference between revisions of "Library Include Files"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 
The following files should be included in applications which use the RECITAL/Library:
 
The following files should be included in applications which use the RECITAL/Library:
  
The RECITAL/Library C Header file, dbl.h
+
 
The RECITAL/Library C Function Prototype file, dblproto.h.
+
* The RECITAL/Library C Header file, dbl.h
 +
* The RECITAL/Library C Function Prototype file, dblproto.h.
  
  

Latest revision as of 14:00, 31 March 2009

The following files should be included in applications which use the RECITAL/Library:


  • The RECITAL/Library C Header file, dbl.h
  • The RECITAL/Library C Function Prototype file, dblproto.h.


#include "dbl.h"
#include "dblproto.h"