How do I go about making this work with a #include? It works fine when dropped straight into the code
问题 I have a block of code that I want to #include in my z/OS Metal C program, it works fine when it's just part of the program, but when I put it into a .h file and #include it, the code won't compile. I have successfully gotten this code to work without #include. I'm sure I'm overlooking something having to do with #include... This code works: #pragma margins(2,72) *#if 0!=0 Test DSECT Test@ DS A TestINT DS F TestChar DS C .ago end *#endif *struct Test { * void *Test1; * int TestInt; * char