Facebook
From Insensitive Treeshrew, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 59
  1. namespace{
  2.   unsigned long newSetIndex = 0;
  3.   .
  4.   .
  5.   .
  6.     //tu cos jest
  7. }
  8.  
  9. unsigned long jnp1::encstrset_new()
  10. {
  11.     std::cout << "Tu" << endl;
  12.     database[newSetIndex];
  13.     std::cout << "Tu2" << endl;
  14.     if (debug)
  15.         cerr << __FUNCTION__ << "()\n"
  16.              << __FUNCTION__ << ": set #" << newSetIndex << " created\n";
  17.  
  18.     return newSetIndex++;
  19. }