Compiles again, now with bootstrap-layer print implemented, but not yet tested.
To get print implemented, I also had to implement a lot of other things.
This commit is contained in:
parent
2b22780ccf
commit
364d7d2c7b
23 changed files with 1616 additions and 57 deletions
|
|
@ -14,6 +14,6 @@
|
|||
#ifndef __psse_io_print_h
|
||||
#define __psse_io_print_h
|
||||
|
||||
struct pso_pointer print( pso_pointer p, pso_pointer stream);
|
||||
struct pso_pointer print( struct pso_pointer p, struct pso_pointer stream);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue