[Issue 760] New: std.c.stdlib does not include system(3)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 28 07:56:22 PST 2006


http://d.puremagic.com/issues/show_bug.cgi?id=760

           Summary: std.c.stdlib does not include system(3)
           Product: D
           Version: 0.178
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: minor
          Priority: P3
         Component: Phobos
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: luismarques at gmail.com


It is missing the extern(C) declaration of:

int system(char* string);

(I'm using 'int' for consistency, but I don't understand why does the module
use a type that might be different from the platform's C 'int')


-- 



More information about the Digitalmars-d-bugs mailing list