AntiDebugLIB Function Reference
Http://www.antidebuglib.com

GJ_dec

 

Syntx

   X& GJ_dec(X& dest)

Parameters

    dest 

         first operation data

Return Value

   Return The reference of dest.
   dest=dest - -

Usage

   int a=1;
   #ifndef  _ANTIDEBUG
      a - -;
   #else
      GJ_dec(a);
   #endif

Remarks

   Data type X may be char,unsigned char,signed char,int,unsigned int,short int,unsigned short int,long int,unsigned long int except float,double,long double.

 

 

© Copyright 2009 AntiDebugLIB International Inc. All Rights Reserved