|
Mapper
|
#include <stdio.h>#include <string.h>#include <stdlib.h>
Go to the source code of this file.
Macros | |
| #define | MISSING "---" |
Functions | |
| get_data (char month[4], FILE *fp, FILE *fq, int year, char id[9], int numpe, int s_day, int e_day, int divide[10], int conver[10]) | |
| #define MISSING "---" |
Definition at line 4 of file get_data.c.
| get_data | ( | char | month[4], |
| FILE * | fp, | ||
| FILE * | fq, | ||
| int | year, | ||
| char | id[9], | ||
| int | numpe, | ||
| int | s_day, | ||
| int | e_day, | ||
| int | divide[10], | ||
| int | conver[10] | ||
| ) |
Definition at line 6 of file get_data.c.

