HelenOS sources

LLONG_MIN         113 abi/include/limits.h #ifndef LLONG_MIN
LLONG_MIN         306 common/strtol.c 	return _strtosigned(nptr, endptr, base, LLONG_MIN, LLONG_MAX, &errno, false);
LLONG_MIN         306 kernel/generic/common/strtol.c 	return _strtosigned(nptr, endptr, base, LLONG_MIN, LLONG_MAX, &errno, false);
LLONG_MIN         306 uspace/lib/c/common/strtol.c 	return _strtosigned(nptr, endptr, base, LLONG_MIN, LLONG_MAX, &errno, false);
LLONG_MIN         482 uspace/lib/cpp/include/__bits/limits.hpp                 return LLONG_MIN;
HelenOS homepage, sources at GitHub