File: tzx.h

package info (click to toggle)
pasmo 0.5.3-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 868 kB
  • sloc: cpp: 8,508; asm: 3,027; sh: 804; makefile: 114
file content (24 lines) | stat: -rw-r--r-- 335 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef INCLUDE_TZX_H
#define INCLUDE_TZX_H

// tzx.h
// Revision 8-dec-2004

#include <iostream>

#include <stdlib.h>


namespace tzx {

void writefilehead (std::ostream & out);

void writestandardblockhead (std::ostream & out);

void writeturboblockhead (std::ostream & out, size_t len);

} // namespace tzx

#endif

// End of tzx.h