Добро пожаловать, Гость. Пожалуйста авторизуйтесь здесь.
FGHIGate на GaNJa NeTWoRK ST@Ti0N - Просмотр сообщения в эхоконференции ENET.SYSOP
Введите FGHI ссылку:


Присутствуют сообщения из эхоконференции ENET.SYSOP с датами от 10 Jul 13 21:42:12 до 13 Sep 24 12:11:54, всего сообщений: 12549
Ответить на сообщение К списку сообщений Предыдущее сообщение Следующее сообщение
= Сообщение: 6071 из 12549 ====================================== ENET.SYSOP =
От   : Michiel van der Vlist            2:280/5555         18 Feb 18 15:59:50
Кому : Benny Pedersen                                      18 Feb 18 15:59:50
Тема : Nlcheck report
FGHI : area://ENET.SYSOP?msgid=2:280/5555+5a8998f6
На   : area://ENET.SYSOP?msgid=2:230/0+5a89058d
= Кодировка сообщения определена как: CP850 ==================================
==============================================================================
Hello Benny,

On Sunday February 18 2018 04:46, you wrote to Torsten Bamberg:

BP> nlcheckw32.c:835:27: warning: implicit declaration of function
BP> 'isalnum' [-Wimplicit-function-declaration]
BP>     case 'S' :  if (d && !(isalnum(d)||d==','||d==':'||d=='_'))
BP> ipv6sep=d;

Yeah, well I grew up with Borland and I have not completely got it out of my system yet. Many of the routines used in NlCheck are left overs from programs I wrote 15 or 20 years ago. I removed some of the obvious Borlandisms for the WIn32 version, but the compiler used by CodeBlocks does not have a problem with some of them and so I never was aware that they are Borlandisms.

But c'mon... functions like is alfa(c), isalfanum(c), isspace(c), isdigit(c) etc, are almost self explanatory and any C programmer worth the T-shirt should be able to find or write a replacement that works for his own compiler.

  Macro       | True if c is...

  isalnum(c)  │ A letter or digit
  isalpha(c)  │ A letter
  isdigit(c)  │ A digit
  iscntrl(c)  │ A delete character or ordinary control character
  isascii(c)  │ A valid ASCII character
  isprint(c)  │ A printable character
  isgraph(c)  │ A printable character, except the space character
  islower(c)  │ A lowercase letter
  isupper(c)  │ An uppercase letter
  ispunct(c)  │ A punctuation character
  isspace(c)  │ A space, tab, carriage return, newline
              │ vertical tab, or form-feed
  isxdigit(c) │ True if c is A hexadecimal digit



Cheers, Michiel

--- GoldED+/W32-MSVC 1.1.5-b20170303
* Origin: http://www.vlist.eu (2:280/5555)

К главной странице гейта
Powered by NoSFeRaTU`s FGHIGate
Открытие страницы: 0.079929 секунды