mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-19 04:34:51 -04:00
github publish
This commit is contained in:
commit
506e23bf32
542 changed files with 120675 additions and 0 deletions
16
GAME/SERIAL.C
Normal file
16
GAME/SERIAL.C
Normal file
|
@ -0,0 +1,16 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#define DELITEL 0xC005
|
||||
|
||||
|
||||
unsigned long vysledek;
|
||||
|
||||
main()
|
||||
{
|
||||
int i;
|
||||
for(i=0;i<65535;i++)
|
||||
{
|
||||
vysledek=DELITEL*i;
|
||||
printf("%08X ",vysledek);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue