Changeset 39457 for trunk/Ohana/src/libohana/include/ohana.h
- Timestamp:
- Mar 11, 2016, 10:23:42 PM (10 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/libohana/include/ohana.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ohana.20160226 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/libohana/include/ohana.h
r39407 r39457 400 400 int write_fmt PROTO((int fd, char *format, ...)) OHANA_FORMAT(printf, 2, 3); 401 401 402 char **isolate_elements PROTO(( int argc, char **argv,int *nstack));402 char **isolate_elements PROTO((unsigned int argc, char **argv, unsigned int *nstack)); 403 403 404 404 // functions used to manage "last error message" … … 486 486 int ohana_bisection_double (double *values, int Nvalues, double threshold); 487 487 488 int sprintf_float (char *output, float value);489 int sprintf_double (char *output, double value);488 unsigned int sprintf_float (char *output, float value); 489 unsigned int sprintf_double (char *output, double value); 490 490 491 491 /* in gaussdev.c */
Note:
See TracChangeset
for help on using the changeset viewer.
