Pārlūkot izejas kodu

__nonnull changes

tags/v0.9.3
Holger Lubitz 18 gadus atpakaļ
vecāks
revīzija
6a3ee34c18
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5
    0
      src/hci/mucurses/ansi_screen.c

+ 5
- 0
src/hci/mucurses/ansi_screen.c Parādīt failu

2
 #include <curses.h>
2
 #include <curses.h>
3
 #include <console.h>
3
 #include <console.h>
4
 
4
 
5
+static void ansiscr_reset(struct _curses_screen *scr) __nonnull;
6
+static void ansiscr_movetoyx(struct _curses_screen *scr,
7
+                               unsigned int y, unsigned int x) __nonnull;
8
+static void ansiscr_putc(struct _curses_screen *scr, chtype c) __nonnull;
9
+
5
 unsigned short _COLS = 80;
10
 unsigned short _COLS = 80;
6
 unsigned short _LINES = 24;
11
 unsigned short _LINES = 24;
7
 
12
 

Notiek ielāde…
Atcelt
Saglabāt