it begins with a big bang
This commit is contained in:
commit
02146622a3
7 changed files with 65 additions and 0 deletions
13
include/growl.h
Normal file
13
include/growl.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef GROWL_H
|
||||
#define GROWL_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
/* Common type definitions */
|
||||
typedef void V;
|
||||
typedef intptr_t I;
|
||||
typedef uintptr_t U;
|
||||
typedef size_t Z;
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue