File: file.h

package info (click to toggle)
swappy 1.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,072 kB
  • sloc: ansic: 2,368; sh: 76; javascript: 8; xml: 7; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 130 bytes parent folder | download
1
2
3
4
5
#pragma once

bool folder_exists(const char *path);
bool file_exists(const char *path);
char *file_dump_stdin_into_a_temp_file();