TotalFunction.c 210 B

1234567891011121314
  1. //
  2. // TotalFunction.c
  3. // NavApp3
  4. //
  5. // Created by David Cole on 8/10/11.
  6. // Copyright 2011 Kitware, Inc. All rights reserved.
  7. //
  8. #include "TotalFunction.h"
  9. int Total(const char* context)
  10. {
  11. return 22;
  12. }