#include <stdio.h>
#include <string.h>
Functions | |
int | main (int argc, char **argv) |
The two arguments are files with the same number of lines of input. |
int main | ( | int | argc, | |
char ** | argv | |||
) |
The two arguments are files with the same number of lines of input.
First file has lines of the form 'var' Second file has lines of the form '$n = value'
lines are read from both files and output as 'var = addr'.
note that individual lines from each file are limited to 256 chars.
Algorithm Development Kit 1.0