• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Demonstration of groff .psbb request handling code, for EPS and PDF input files


Commit MetaInfo

Revisione2724ea004c49897f89a8b47e10d38d7f26641b2 (tree)
Time2021-10-20 04:50:55
AuthorKeith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

Provide a prototype for the yylex() replacement function.

* psbb.h (psbb_lex): Declare prototype.

Change Summary

Incremental Difference

--- a/psbb.h
+++ b/psbb.h
@@ -38,6 +38,8 @@
3838 # define EXTERN_C
3939 #endif
4040
41+EXTERN_C int psbb_lex (void);
42+
4143 EXTERN_C void psbb_get_bounding_box (const char *);
4244 EXTERN_C FILE *psbb_open_file_for_parse (const char *);
4345 EXTERN_C void psbb_assign_registers (int, int, int, int);