Initial commit
This commit is contained in:
24
application/target/int.h
Normal file
24
application/target/int.h
Normal file
@@ -0,0 +1,24 @@
|
||||
#ifndef _int
|
||||
|
||||
#define _int
|
||||
|
||||
|
||||
// Macros
|
||||
|
||||
|
||||
|
||||
#include "stdlib.h"
|
||||
|
||||
extern char * __ClassNames[];
|
||||
|
||||
|
||||
// Includes
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
char * int_toText( int * this );
|
||||
|
||||
int int_negative( int * this );
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user