MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / get_input

Function get_input

examples/interfaces/02.update.cpp:199–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 */
198
199int get_input (char *dept_no, double *percent)
200{
201 if (Dept_data[Input_ptr] == 0)
202 return 0;
203
204 strcpy(dept_no, Dept_data[Input_ptr]);
205
206 if ((*percent = Percent_data[Input_ptr++]) == 0)
207 return 0;
208
209 return 1;
210}

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected