Sha256: be9709057e7882c392903add75a6b50b57b77454719d7a9c0ab15ed3d1b4daab
Contents?: true
Size: 308 Bytes
Versions: 44
Compression:
Stored size: 308 Bytes
Contents
// Copyright (c) 2012 Google Inc. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <malloc.h> #include <string.h> int main() { char* stuff = reinterpret_cast<char*>(_alloca(256)); strcpy(stuff, "blah"); return 0; }
Version data entries
44 entries across 44 versions & 7 rubygems