mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 08:44:10 +09:00
18 lines
273 B
C
18 lines
273 B
C
//
|
|
// Bridge.h
|
|
// Disk
|
|
//
|
|
// Created by Serhiy Mytrovtsiy on 07/08/2020.
|
|
// Using Swift 5.0.
|
|
// Running on macOS 10.15.
|
|
//
|
|
// Copyright © 2020 Serhiy Mytrovtsiy. All rights reserved.
|
|
//
|
|
|
|
#ifndef Bridge_h
|
|
#define Bridge_h
|
|
|
|
#include <libproc.h>
|
|
|
|
#endif /* Bridge_h */
|