File: interface.h

package info (click to toggle)
yepp 0.0.5-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 388 kB
  • ctags: 158
  • sloc: ansic: 1,328; makefile: 59; sh: 26
file content (13 lines) | stat: -rw-r--r-- 183 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __INTERFACE_H
#define __INTERFACE_H
#endif

#ifdef __INTERFACE_H
#include <string.h>
#include <stdlib.h>

extern float cur_clobk, blocks;

void progress_bar_update();

#endif