mirror of
https://github.com/weiju/amiga-stuff
synced 2025-12-08 14:58:33 +00:00
added the libraries subproject
This commit is contained in:
15
libraries/example_lib/include/pragmas/example_pragmas.h
Normal file
15
libraries/example_lib/include/pragmas/example_pragmas.h
Normal file
@ -0,0 +1,15 @@
|
||||
/*
|
||||
** $VER: example_pragmas.h 37.1 (4.12.96)
|
||||
**
|
||||
** pragmas for example.library
|
||||
**
|
||||
** (C) Copyright 1996 Andreas R. Kleinert
|
||||
** All Rights Reserved.
|
||||
*/
|
||||
|
||||
#ifndef PRAGMAS_EXAMPLE_H
|
||||
#define PRAGMAS_EXAMPLE_H
|
||||
|
||||
#pragma libcall ExampleBase EXF_TestRequest 1e 32103
|
||||
|
||||
#endif /* PRAGMAS_EXAMPLE_H */
|
||||
Reference in New Issue
Block a user