mxml/test/functype.cxx
Michael R Sweet 55177569a9 Fix XML schema for mxmldoc.
Fix function and enumeration type processing in mxmldoc.

Add function type test file.

Add stub for new XML schema validation program.
2005-09-29 02:20:19 +00:00

2 lines
77 B
C++

typedef int (*foo_func_t)(void *foo, int bar); /**** Foo function type ****/