use insert function instead of for loop
[LibreOffice.git] / include / osl / detail / emscripten-bootstrap.h
blob58096425337709f6bd4c7879231d3d8ee8c44c24
1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
10 #pragma once
12 #if defined(EMSCRIPTEN)
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
18 const char *lo_get_app_data_dir(void);
20 #ifdef __cplusplus
22 #endif
24 #endif // EMSCRIPTEN
26 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */