delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1997/01/18/08:50:01

Date: Sat, 18 Jan 1997 08:41:05 -0500
Message-Id: <199701181341.IAA27731@delorie.com>
From: DJ Delorie <dj AT delorie DOT com>
To: mmastrac AT acs DOT ucalgary DOT ca
CC: djgpp AT delorie DOT com
In-reply-to: <Pine.A41.3.94.970117160732.73886D-100000@acs2.acs.ucalgary.ca>
(message from Matthew Mastracci on Fri, 17 Jan 1997 16:15:37 -0700)
Subject: Re: NASM w/DJGPP

> C-definition: extern void greet(void)
> NASM-function: _greet__Fv

That's a C++ function.  All C++ functions get "mangled" to account for
overloading.  The __Fv means it's a function that takes a void.  __Fii
means takes two ints, __FPc means pointer to char, etc.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019