File: sw.h

package info (click to toggle)
trn4 4.0-test77-18
  • links: PTS, VCS
  • area: non-free
  • in suites: trixie
  • size: 4,016 kB
  • sloc: ansic: 48,332; sh: 6,795; tcl: 1,696; yacc: 662; perl: 108; makefile: 26
file content (16 lines) | stat: -rw-r--r-- 432 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* sw.h
 */
/* This software is copyrighted as detailed in the LICENSE file. */


EXT char** init_environment_strings INIT(NULL);
EXT int init_environment_cnt INIT(0);
EXT int init_environment_max INIT(0);

/* DON'T EDIT BELOW THIS LINE OR YOUR CHANGES WILL BE LOST! */

void sw_file _((char**));
void sw_list _((char*));
void decode_switch _((char*));
void save_init_environment _((char*));
void write_init_environment _((FILE*));