File: box.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 (7 lines) | stat: -rw-r--r-- 199 bytes parent folder | download
1
2
3
4
5
6
7
#pragma once

#include "swappy.h"

bool box_parse(struct swappy_box *box, const char *str);
bool is_empty_box(struct swappy_box *box);
bool intersect_box(struct swappy_box *a, struct swappy_box *b);