Files
openide/native/MacLauncher/utils.h
Roman Shevchenko 1972f691fd [platform] compilation warnings in macOS launcher
GitOrigin-RevId: 6035b3bf384d8ec255a00084944c3e5d7def5038
2021-01-27 12:30:57 +00:00

11 lines
304 B
Objective-C

// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
#import <Foundation/Foundation.h>
NSString *readFile(NSString *path);
NSString *trim(NSString *line);
void debugLog(NSString *message);
BOOL isDebugEnabled();