OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
input.c File Reference
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "headers.h"
#include "lid.h"
Include dependency graph for input.c:

Macros

#define _CRT_SECURE_NO_DEPRECATE
 

Functions

int input_countObjects ()
 Reads input file to determine number of system objects.
 
int input_readData ()
 Reads input file to determine number of system objects.
 
int findmatch (char *s, char *keyword[])
 Finds match between string and array of keyword strings.
 
int match (char *str, char *substr)
 Sees if a sub-string of characters appears in a string (not case sensitive). (not case sensitive).
 
int getInt (char *s, int *y)
 Converts a string to an int value.
 
int getFloat (char *s, float *y)
 Converts a string to a float value.
 
int getDouble (char *s, double *y)
 Converts a string to a double precision floating point number.
 

Macro Definition Documentation

◆ _CRT_SECURE_NO_DEPRECATE

#define _CRT_SECURE_NO_DEPRECATE