FreeCalypso > hg > tcs211-patches
view tool/globals.c @ 2:058d377fc299
ti-libpatch: archive processing implemented
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Fri, 05 Jun 2015 20:31:33 +0000 |
parents | 12e230d431f0 |
children | 5ba13fd0e737 |
line wrap: on
line source
/* * This module contains global variable definitions for our libpatch tool. */ char *lib_in_filename, *lib_out_filename; char *patch_desc_filename; struct patch_module_desc *patch_module_list;