Tdd create

From TaskDepender
Jump to: navigation, search
Line 1: Line 1:
 
{{#customtitle:'''<tt>tdd_create()</tt>'''}}
 
{{#customtitle:'''<tt>tdd_create()</tt>'''}}
 
''Function to create a new TaskDepender&trade; database.''
 
''Function to create a new TaskDepender&trade; database.''
 +
 +
== Function prototype ==
 +
 +
<syntaxhighlight lang="c">
 +
int tdd_create
 +
(
 +
  char *filename // Filename of the database file to create.
 +
)
 +
 +
</syntaxhighlight>
 +
 +
== Design ==
 +
 +
Creates the TaskDepender&trade; database in the given file. If no or another extension is specified than "<tt>.tdd</tt>" then this will be added to the filename.
 +
 +
== Implementation ==
 +
  
  
 
----
 
----
 
* [[Database]]
 
* [[Database]]

Revision as of 11:10, 21 October 2011

Personal tools