ReactOS 0.4.16-dev-1133-g947c03e
anonymous_namespace{strnlen.cpp} Namespace Reference

Enumerations

enum  strnlen_mode { bounded , unbounded }
 

Enumeration Type Documentation

◆ strnlen_mode

enum anonymous_namespace{strnlen.cpp}::strnlen_mode
Enumerator
bounded 
unbounded 

Definition at line 26 of file strnlen.cpp.

27 {
28 bounded, // strnlen mode; maximum_count is respected
29 unbounded, // strlen mode; maximum_count is ignored
30 };