File: read_mem.h

package info (click to toggle)
asmem 1.9-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 308 kB
  • ctags: 135
  • sloc: ansic: 1,416; sh: 183; makefile: 51
file content (16 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright (c) 1999  Albert Dorofeev <Albert@mail.dma.be>
 * For the updates see http://bewoner.dma.be/Albert/
 *
 * This software is distributed under GPL. For details see LICENSE file.
 */

#ifndef _read_mem_h_
#define _read_mem_h_

int open_meminfo();
int read_meminfo();
int close_meminfo();

#endif