compute.h 389 B

123456789101112131415
  1. /*
  2. * The Amsterdam Compiler Kit
  3. * See the copyright notice in the ACK home directory, in the file "Copyright".
  4. */
  5. #ifndef MACH_PROTO_NCG_COMPUTE_H
  6. #define MACH_PROTO_NCG_COMPUTE_H
  7. /* mach/proto/ncg/compute.c */
  8. string mycat(string s1, string s2);
  9. string mystrcpy(string s);
  10. string tostring(long n);
  11. void compute(node_p node, result_t *presult);
  12. #endif /* MACH_PROTO_NCG_COMPUTE_H */