SYSallocShortfield

Top  Previous  Next

short int kopieren.

Mit dieser Routine wird ein short int in ein anderes short int umkopiert.

Parameter

feld (short int *)                                            [IN]

Von feld wird eine Kopie angelegt.

Ergebnis

(short int *)                                               [OUT]

Als Ergebnis wird eine Kopie von feld geliefert.

Deklaration

#include "basic.h"

 

short int * DLLENTRY SYSallocShortfield (

     short int *    feld

);