File: ctr_stdio.h

package info (click to toggle)
conmon 2.1.13%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 732 kB
  • sloc: ansic: 3,324; sh: 701; makefile: 120
file content (10 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#if !defined(CTR_STDIO_H)
#define CTR_STDIO_H

#include <glib.h>   /* GIOCondition and gpointer */
#include <stdint.h> /* int64_t */

gboolean stdio_cb(int fd, GIOCondition condition, gpointer user_data);
void drain_stdio();

#endif // CTR_STDIO_H