...
Code Block | ||||
---|---|---|---|---|
| ||||
#include <cinttypes> // for std::int_fast16_t void f(std::int_fast16_t val) { enum { BUFSIZEBUFFER_SIZE = 80 }; // ... } |
Exceptions
...
...
Code Block | ||||
---|---|---|---|---|
| ||||
#include <cinttypes> // for std::int_fast16_t void f(std::int_fast16_t val) { enum { BUFSIZEBUFFER_SIZE = 80 }; // ... } |
...