TheBoussinesqModel  3.2.1
 All Data Structures Files Functions Variables Typedefs Macros Pages
additional_read_functions.c File Reference
#include <stdio.h>
#include "turtle.h"
#include "additional_read_functions.h"
#include <stddef.h>
#include <string.h>

Go to the source code of this file.

Functions

DOUBLEVECTORread_doublearray_from_string (char *argument, char *delimiters, int max_numbers, short print)
 
LONGVECTORread_longarray_from_string (char *argument, char *delimiters, int max_numbers, short print)
 

Function Documentation

DOUBLEVECTOR* read_doublearray_from_string ( char *  argument,
char *  delimiters,
int  max_numbers,
short  print 
)
LONGVECTOR* read_longarray_from_string ( char *  argument,
char *  delimiters,
int  max_numbers,
short  print 
)

Definition at line 93 of file additional_read_functions.c.

References free_longvector(), new_longvector(), and LONGVECTOR::nl.

Referenced by get_line(), and get_polygon().