File: mod-loop.h

package info (click to toggle)
kmod 23-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,524 kB
  • ctags: 1,705
  • sloc: ansic: 14,537; xml: 1,848; makefile: 593; sh: 214; python: 7
file content (7 lines) | stat: -rw-r--r-- 109 bytes parent folder | download
1
2
3
4
5
6
7
#pragma once

void printA(void);
void printB(void);
void printC(void);
void printD(void);
void printE(void);