userlibs.h 183 B

123456789101112
  1. #ifndef USERLIBS_H
  2. #define USERLIBS_H
  3. #include "basic.h"
  4. void _bbLoadLibs( char *p );
  5. const char* _bbStrToCStr( BBStr *str );
  6. BBStr* _bbCStrToStr( const char *str );
  7. #endif