M
momar128
Guest
Moram spremeniti plavajočo vejico v ASCII v jeziku C. Mi lahko kdo ponazoriti s preprostim zgledom.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
union {dvojno num_float; dolgo int num_longint int num_int; struct {char dividir byte3; char byte2, char byte1, char byte0;} bajtov;} številko in dostop do polj za ta primer: void tx_float (zakonska num_tx) {numero.num_float = num_tx; putch (numero.bytes.byte3) putch (numero.bytes.byte2) putch (numero.bytes.byte1) putch (numero.bytes.byte0);}