home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Piper's Pit BBS/FTP: ibm 0210 - 0219
/
ibm0210-0219
/
ibm0213.tar
/
ibm0213
/
7025PWA1.ZIP
/
SAMPLES.ZIP
/
SQLLIB
/
SAMPLES
/
C
/
BLOCK.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-02-28
|
229 b
|
16 lines
int err(struct sqlca *);
struct employee
{
short id;
char name[10];
};
struct persons
{
short len;
unsigned short number_of_records;
struct employee employees[35];
};