Eicon Networks CX1 Especificações Página 212

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 232
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 211
Across the Boards
Communications Device Drivers
Miscellaneous Topics
Page 362
cfSOFTWARE Confidential,
2000
7.2 WATCOM C
The WATCOM C compiler does not, by default, use standard Microsoft C calling conventions. It can be forced
to generate MS C style calls on a routine-by-routine basis, however. The following pragmas should be added
before the function prototypes that they modify:
#pragma aux MS_C _* \
parm caller [ ] \
value struct float routine [ax] \
modify [ax bx cx dx es];
#pragma aux (MS_C) cfxappx;
#pragma aux (MS_C) cfxapi;
#pragma aux (MS_C) cfxdial;
#include <cfxappxi.h>
#include <cfxapii.h>
#include <cfxdiali.h>
Vista de página 211
1 2 ... 207 208 209 210 211 212 213 214 215 216 217 ... 231 232

Comentários a estes Manuais

Sem comentários