this repo has no description
at trunk 8 lines 214 B view raw
1// Copyright (c) Facebook, Inc. and its affiliates. (http://www.facebook.com) 2#include "runtime.h" 3 4namespace py { 5 6PY_EXPORT const char* Py_GetCopyright() { UNIMPLEMENTED("Py_GetCopyright"); } 7 8} // namespace py