~n-muench/ubuntu/oneiric/open-vm-tools/open-vm-tools.fix-836277

« back to all changes in this revision

Viewing changes to lib/include/msgfmt.h

  • Committer: Evan Broder
  • Date: 2010-03-21 23:26:53 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: broder@mit.edu-20100321232653-5a57r7v7ch4o6byv
Merging shared upstream rev into target branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
      uint32 unsigned32;
105
105
      uint64 unsigned64;
106
106
      double float64;
 
107
      char *string8char;   // same as string8, different type
107
108
      int8 *string8;
108
109
      int16 *string16;
109
110
      int32 *string32;