home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma91.dms / ma91.adf / KonwersjaLib.lha / Include / clib / konwersja_protos.h
C/C++ Source or Header  |  1997-07-08  |  585b  |  23 lines

  1. #ifndef CLIB_KONWERSJA_PROTOS_H
  2. #define CLIB_KONWERSJA_PROTOS_H
  3.  
  4. /*
  5.    **   $FileName: clib/konwersja_protos.h $
  6.    **   $Release: 2.04 $
  7.    **   $Revision: 1.0 $
  8.    **
  9.    **   C prototypy. Wyîâcznie do uûytku ze zmiennymi 32-bitowymi.
  10.    **
  11.    **   (C) Copyright 1997 Grzegorz Królik
  12.    **   All Rights Reserved
  13. */
  14.  
  15. #ifndef EXEC_TYPES_H
  16. #include <exec/types.h>
  17. #endif
  18.  
  19. WORD RozpoznajStandard (UBYTE *, ULONG);
  20. struct Standard *PobierzStandard (WORD);
  21. LONG Konwertuj (UBYTE *, ULONG, UBYTE **, ULONG *, ULONG, WORD, WORD, UBYTE, BOOL (*)(), APTR);
  22. #endif /* CLIB_KONWERSJA_PROTOS_H */
  23.