いろいろあってこれでいいや感
void *malloc_ordie(size_t size) {
void *p = malloc(size);
if (p == NULL) {
abort();
}
return p;
}
Conversation
Notices
-
Q (masterq@pawoo.net)'s status on Friday, 17-May-2019 12:52:14 JST
Q
いろいろあってこれでいいや感
void *malloc_ordie(size_t size) {
void *p = malloc(size);
if (p == NULL) {
abort();
}
return p;
}
hisso.li is a social network. It runs on GNU social, version 2.0.0-alpha0, available under the GNU Affero General Public License.
All hisso.li content and data are available under the Creative Commons Attribution 3.0 license.