mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- Added ftello() and fseeko() which both merely call the equivalent (at
least for clib2) ftell() and fseek() functions, respectively. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14983 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
c.lib 1.194()
|
||||
|
||||
- Added getopt_long to libunix.a <tfrieden>
|
||||
|
||||
- Added new libprofile.a which implements gprof gmon.out output <tfrieden>
|
||||
|
||||
- Added the function profil to libc.a <tfrieden>
|
||||
- Added the function profil() to libc.a <tfrieden>
|
||||
|
||||
- Added ftello() and fseeko() which both merely call the equivalent (at
|
||||
least for clib2) ftell() and fseek() functions, respectively.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user