Files
c-prime/application/target/int.h

25 lines
203 B
C
Raw Normal View History

2025-11-17 10:28:09 +01:00
#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