Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Da1cj
  • Content: Threads
  • Order by date
  1. Da1cj

    Calling .c from fortran ( exceptional)

    I basically want to call the following struct in .c from fortran as follows ... struct AZNames{ int Number; char *Name; char *Unit; int Typ; }; static struct AZName AZLNames[] = { {1, "Interaction G(%d)" , "Sa", 1} {2, "Object H(%d)" , "Da", 3} {3...

Part and Inventory Search

Back
Top