Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Mar 1997 15:11:34 +0100 (MET)
From:      Guido van Rooij <guido@gvr.win.tue.nl>
To:        FreeBSD-hackers@freebsd.org (FreeBSD-hackers)
Subject:   gcc question
Message-ID:  <199703041411.PAA02442@gvr.win.tue.nl>

next in thread | raw e-mail | index | archive | help
I've got a question about interfacing between `normal' c and -traditional.

I have an API that is compiled with no -traditional flag that
expects the folowing parameters:
char *, char, char *

I want to call this program from within something that has to be compiled
with -traditional. When I'd call this api function the secod argument
will be treated differently by the -traditional program and tha API
function (for which I do not have the source). My question: how can
I still interface between the two, without having to write a wrapper
(becasue I think that is ugly).

-Guido



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703041411.PAA02442>