/[smarc]/smarc/src/spasm/funkcje.h
ViewVC logotype

Diff of /smarc/src/spasm/funkcje.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by batonik, Sat Dec 28 21:29:26 2002 UTC revision 1.3 by batonik, Tue Dec 31 00:38:13 2002 UTC
# Line 5  Line 5 
5  #ifndef _SPASM_FUNKCJE_H  #ifndef _SPASM_FUNKCJE_H
6  #define _SPASM_FUNKCJE_H  #define _SPASM_FUNKCJE_H
7    
8    #include "stale.h"
9    
10  // spasm.lex.c  // spasm.lex.c
11  int             yylex();  int             yylex();
12    
# Line 18  void           yywarn(char *); Line 20  void           yywarn(char *);
20  // ascii.c  // ascii.c
21  void            Dopisz(char **, char *);        // &(char *bufor), string  void            Dopisz(char **, char *);        // &(char *bufor), string
22  void            CzyscBufor(char **, int);       // &(char *bufor), ilość bajtów  void            CzyscBufor(char **, int);       // &(char *bufor), ilość bajtów
23    void            Chomp(char *);
24    
25  #ifdef SPASMDEBUG  #ifdef SPASMDEBUG
26  void            WyswietlBin(ulint);  void            WyswietlBin(ulint);
27  #endif  #endif

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26