Generating .di header files from ImportC files

confuzzled con at fuzzled.com
Thu Oct 26 14:27:19 UTC 2023


On 10/22/23 3:33 AM, Imperatorn wrote:
> 
> And it just worked. Pretty impressive.

or not

---- test.c ----
#include <stdlib.h>
#include <time.h>
----------------

dmd -c test.c -Hf="test.di"

Output:

	zsh: segmentation fault  dmd -c test.c -Hf=parse_itch5.di

OS:
	macOS Sonoma

Compiler:

	DMD v2.105.2


More information about the Digitalmars-d mailing list