File: CommandLine.c

package info (click to toggle)
mlton 20100608-5.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 36,628 kB
  • ctags: 70,047
  • sloc: ansic: 18,441; lisp: 2,879; makefile: 1,572; sh: 1,326; pascal: 256; asm: 97
file content (6 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (9)
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;