Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
emscripten-core
GitHub Repository: emscripten-core/emscripten
Path: blob/main/system/lib/stb_image.c
4150 views
1
// Copyright 2021 The Emscripten Authors. All rights reserved.
2
// Emscripten is available under two separate licenses, the MIT license and the
3
// University of Illinois/NCSA Open Source License. Both these licenses can be
4
// found in the LICENSE file.
5
6
// stb_image 2.x need to have STB_IMAGE_IMPLEMENTATION defined to include
7
// the implementation when compiling
8
#define STB_IMAGE_IMPLEMENTATION
9
#include <stb_image.h>
10
11