TheBoussinesqModel  3.2.1
 All Data Structures Files Functions Variables Typedefs Macros Pages
get_filenames.c File Reference
#include "turtle.h"
#include "t_io.h"
#include "key.palette.h"
#include "get_filenames.h"

Go to the source code of this file.

Macros

#define INIT   ".init"
 
#define INPTS   ".inpts"
 
#define NOFILE_NAME   join_strings(WORKING_DIRECTORY,"MISSING_FILE")
 

Functions

STRINGBINget_filenames_from_keys (char *WORKING_DIRECTORY, char *program, short print)
 

Macro Definition Documentation

#define INIT   ".init"

Definition at line 28 of file get_filenames.c.

Referenced by get_filenames_from_keys().

#define INPTS   ".inpts"

Definition at line 29 of file get_filenames.c.

Referenced by get_filenames_from_keys().

#define NOFILE_NAME   join_strings(WORKING_DIRECTORY,"MISSING_FILE")

Definition at line 32 of file get_filenames.c.

Referenced by get_filenames_from_keys().

Function Documentation

STRINGBIN* get_filenames_from_keys ( char *  WORKING_DIRECTORY,
char *  program,
short  print 
)