File: error.h

package info (click to toggle)
kraptor 0.0.20040403-9
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,208 kB
  • ctags: 979
  • sloc: ansic: 7,130; sh: 67; makefile: 56
file content (14 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -------------------------------------------------------- 
// error.h 
// -------------------------------------------------------- 
// Copyright (c) Kronoman 
// En memoria de mi querido padre 
// -------------------------------------------------------- 
// Mensajes de error en modo texto.
// --------------------------------------------------------
#ifndef ERROR_H
#define ERROR_H

void levantar_error(char *msg);

#endif