File: util.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 (9 lines) | stat: -rw-r--r-- 245 bytes parent folder | download
1
2
3
4
5
6
7
8
9

#pragma once

#include <glib.h>

glong string_get_nb_bytes_until(gchar *str, glong until);
gchar *string_remove_at(char *str, glong pos);
gchar *string_insert_chars_at(gchar *str, gchar *chars, glong pos);
void pixel_data_print(guint32 pixel);