30.04.2015, 15:39
Silly question! In case I want to use sscanf2 with zcmd
which one is the best practice?
This
or this?
which one is the best practice?
This
Код:
#include <sscanf2> #include <zcmd>
Код:
#include <zcmd> #include <sscanf2>