• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • Projects
  • Repositories
    • View all public repositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
David Young
  1. David Young

vchoi_fork

Vailin Choi
my_hdf5_fork
Public
Actions
  • Clone
  • Download

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Graphs
  • Branches
  • Network
  • Latest Activities

Commits

David Young
1f488a60e66
David Young committed 8e8cece303503 Jun 2020
Be concise and more obviously correct, and knock many line widths
below than 80 columns: use the malloc idiom,

```
type *p;

p = malloc(sizeof(*p));
```

instead of

```
type *p;

p = (type *)malloc(sizeof(type));
```

Make a similar change to some `memset` calls.  NFCI.

Changed files

  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v4.4.1
  • Documentation
  • Contact Support
  • Request a feature
  • About
  • Contact Atlassian
Atlassian