File: CommandLine.c

package info (click to toggle)
mlton 20070826-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 33,184 kB
  • ctags: 70,419
  • sloc: ansic: 16,154; lisp: 2,727; makefile: 1,635; sh: 1,234; pascal: 256; asm: 97
file content (6 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
#include "platform.h"

/* Manual initialization is a work-around for a Darwin linker issue. */
C_Int_t CommandLine_argc = 0;
C_StringArray_t CommandLine_argv = (C_StringArray_t)NULL;
C_String_t CommandLine_commandName = (C_String_t)NULL;