File: screem-errors.h

package info (click to toggle)
screem 0.12.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 19,728 kB
  • ctags: 8,333
  • sloc: ansic: 98,234; sh: 8,278; xml: 2,278; makefile: 1,054
file content (8 lines) | stat: -rw-r--r-- 154 bytes parent folder | download
1
2
3
4
5
6
7
8
#ifndef SCREEM_ERRORS_H
#define SCREEM_ERRORS_H

#define SCREEM_LOAD_FILE_ERR "screem-load-file"
#define SCREEM_SAVE_FILE_ERR "screem-save-file"


#endif