File: utils.h

package info (click to toggle)
libplacebo 7.360.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,808 kB
  • sloc: ansic: 54,479; python: 579; cpp: 283; makefile: 7; sh: 3
file content (5 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (3)
1
2
3
4
5
// License: CC0 / Public Domain
#pragma once
#include "common.h"

const char *get_cache_dir(char (*buf)[512]);