News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Where is crt_wcsncmp defined ???

Started by Zen, June 15, 2016, 08:32:13 AM

Previous topic - Next topic

Zen

I've looked everywhere for this function. I know it's somewhere in the standard MASM include files, because it's called in MABDELOUAHAB's DotNetHelper.inc file, and a test project I'm writing compiles.
See, This MASM Forum post for more information.

qWord

MREAL macros - when you need floating point arithmetic while assembling!

Zen

Thanks, QWORD.

externdef _imp__wcsncmp:PTR c_msvcrt
crt_wcsncmp equ <_imp__wcsncmp>


jj2007

C:\Masm32\include>findstr /M wcsncmp *.inc
miglib.inc
msvcrt.inc
netlib.inc
wdm.inc
wdmsec.inc

Zen

OK,...where is wcsncmp defined ???

...And, JOCHEN,...I don't understand,...C:\Masm32\include>findstr /M wcsncmp *.inc,...what is that ???
...Oh,...yeah,...I see,...thanks,...:dazzled:

jj2007

I don't use findstr myself because I have a plugin for that; but for such simple searches it seems OK.