#ifndef AAS_H #define AAS_H #ifdef __cplusplus extern "C" { #endif int aastr2int(char* name); char* aaint2str(int x); #ifdef __cplusplus } #endif #endif