File: static.h

package info (click to toggle)
ccls 0.20220729-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,340 kB
  • sloc: cpp: 13,395; python: 153; objc: 15; makefile: 15; ansic: 1
file content (5 lines) | stat: -rw-r--r-- 69 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#pragma once

struct Buffer {
  static void CreateSharedBuffer();
};