Page Menu
Home
Xreate
Search
Configure Global Search
Log In
Docs
Questions
Repository
Issues
Patches
Internal API
Files
F4826843
defines.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Aug 25, 12:22 PM
Size
385 B
Mime Type
text/x-c
Expires
Thu, Aug 27, 12:22 PM (1 d, 3 h)
Engine
blob
Format
Raw Data
Handle
286034
Attached To
rXR Xreate
defines.h
View Options
/* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/
*
*
* File: defines.h
* Author: pgess
*
* Created on May 7, 2019, 8:11 PM
*/
#ifndef DEFINES_H
#define DEFINES_H
typedef int (*FnNoArgs)();
typedef int (*Fn1Args)(int);
typedef int (*Fn2args)(int, int);
typedef int (*Fn3args)(int, int, int);
#endif /* DEFINES_H */
Event Timeline
Log In to Comment