userlib.h 100 B

12345678
  1. #ifndef USERLIB_H
  2. #define USERLIB_H
  3. void _bbLoadLibs( char *table );
  4. void _bbUnloadLibs();
  5. #endif