home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CLIX - Fazer Clix Custa Nix
/
CLIX-CD.cdr
/
mac
/
lib
/
auto
/
POSIX
/
offsetof.al
< prev
next >
Wrap
Text File
|
1998-04-04
|
189b
|
9 lines
# NOTE: Derived from wintermute:Development:MacPerl:perl:lib:POSIX.pm. Changes made here will be lost.
package POSIX;
sub offsetof {
unimpl "offsetof() is C-specific, stopped";
}
1;