File: SciPlotUtil.h

package info (click to toggle)
sciplot 1.36-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 348 kB
  • ctags: 965
  • sloc: ansic: 4,577; makefile: 536
file content (12 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
#if __STDC__ || defined(__cplusplus)
#define P_(s) s
#else
#define P_(s) ()
#endif

/* SciPlotUtil.c */
Widget SciPlotDialog P_((Widget parent, char *title));
void SciPlotDialogPopup P_((Widget w));
void SciPlotReadDataFile P_((Widget parent, FILE *fd));

#undef P_